diff options
Diffstat (limited to 'feed-nomath-org.cabal')
-rw-r--r-- | feed-nomath-org.cabal | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/feed-nomath-org.cabal b/feed-nomath-org.cabal new file mode 100644 index 0000000..0ceecfa --- /dev/null +++ b/feed-nomath-org.cabal @@ -0,0 +1,25 @@ +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 + build-depends: + atom-conduit, + base, + bytestring, + conduit, + http-conduit, + resourcet, + xml-conduit, + xml-types |