summaryrefslogtreecommitdiffstats
path: root/feed-nomath-org.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-27 14:10:11 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2024-02-27 14:19:12 +0100
commit6d2a33aad5ad7c13c432322c4201e5004abfeb0b (patch)
treee36a8cf349e202f521a3c6cb58d82bc528692984 /feed-nomath-org.cabal
parent6245475c407a118ba167e11744665616b0e90b3c (diff)
add webserver
Diffstat (limited to 'feed-nomath-org.cabal')
-rw-r--r--feed-nomath-org.cabal13
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