diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-26 14:08:10 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-26 14:08:10 +0100 |
commit | 34c67488c6ebdc19daf7699d424e8257619aa96d (patch) | |
tree | b52e3a38774be185291b5a360194676211f88e34 /feed-nomath-org.cabal |
init
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 |