From 223ae6aa0b14c071d5719ada0cc6b43e9199a81b Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 3 Sep 2019 23:25:39 +0200 Subject: Use wreq instead of http-conduit to maintain cookies in a session --- ad-listener.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ad-listener.cabal') diff --git a/ad-listener.cabal b/ad-listener.cabal index 65da10b..fbe094e 100644 --- a/ad-listener.cabal +++ b/ad-listener.cabal @@ -9,7 +9,6 @@ Cabal-version: >= 1.10 Library Hs-source-dirs: src/lib/haskell - Main-is: Main.hs Ghc-options: -Wall -Werror Default-language: Haskell2010 @@ -19,10 +18,11 @@ Library Build-depends: base , bytestring - , http-conduit + , wreq , tagsoup , text , http-types + , lens Exposed-modules: FetchAd @@ -58,7 +58,7 @@ Executable ad-listener , tagsoup , text , time - , http-conduit + , wreq Other-modules: Conf @@ -83,7 +83,7 @@ Test-suite test , hspec , ad-listener , text - , http-conduit + , wreq Other-modules: Ads -- cgit v1.2.3