From 6d2a33aad5ad7c13c432322c4201e5004abfeb0b Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 27 Feb 2024 14:10:11 +0100 Subject: add webserver --- feed-nomath-org.cabal | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'feed-nomath-org.cabal') 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 -- cgit v1.2.3