diff options
author | Alexander Foremny <aforemny@posteo.de> | 2024-02-27 14:10:11 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2024-02-27 14:19:12 +0100 |
commit | 6d2a33aad5ad7c13c432322c4201e5004abfeb0b (patch) | |
tree | e36a8cf349e202f521a3c6cb58d82bc528692984 /feed-nomath-org.cabal | |
parent | 6245475c407a118ba167e11744665616b0e90b3c (diff) |
add webserver
Diffstat (limited to 'feed-nomath-org.cabal')
-rw-r--r-- | feed-nomath-org.cabal | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/feed-nomath-org.cabal b/feed-nomath-org.cabal index 9678557..861203b 100644 --- a/feed-nomath-org.cabal +++ b/feed-nomath-org.cabal @@ -13,14 +13,25 @@ executable feed-nomath-org main-is: Main.hs hs-source-dirs: app default-language: GHC2021 - ghc-options: -Wall + ghc-options: -Wall -threaded build-depends: atom-conduit, base, + binary, + blaze-html, + blaze-markup, bytestring, conduit, http-conduit, + http-types, resourcet, + shakespeare, + stm, text, + time, + unliftio, + wai, + wai-conduit, + warp, xml-conduit, xml-types |