diff options
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 |