summaryrefslogtreecommitdiffstats
path: root/feed-nomath-org.cabal
blob: 9438be22f657fa1d043f0755ea78bab84d625525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
cabal-version:   3.4
name:            feed-nomath-org
version:         0.1.0.0
license:         BSD-2-Clause
license-file:    LICENSE
maintainer:      aforemny@posteo.de
author:          Alexander Foremny
category:        Web
build-type:      Simple
extra-doc-files: CHANGELOG.md

executable feed-nomath-org
    main-is:          Main.hs
    hs-source-dirs:   app
    default-language: GHC2021
    ghc-options:      -Wall -threaded
    build-depends:
        atom-conduit,
        base,
        blaze-html,
        blaze-markup,
        conduit,
        filepath,
        gitlib,
        gitlib-libgit2,
        http-types,
        shakespeare,
        split,
        tagged,
        text,
        time,
        wai-conduit,
        warp,
        xml-conduit,