diff options
author | Joris | 2019-09-03 23:25:39 +0200 |
---|---|---|
committer | Joris | 2019-09-03 23:25:39 +0200 |
commit | 223ae6aa0b14c071d5719ada0cc6b43e9199a81b (patch) | |
tree | 6fc822b7b9bde1989e3c040eb52e5f4d52c49923 /ad-listener.cabal | |
parent | 5cedcecd6ae31e2485dcab2ddd74c74a4779545d (diff) |
Use wreq instead of http-conduit to maintain cookies in a session
Diffstat (limited to 'ad-listener.cabal')
-rw-r--r-- | ad-listener.cabal | 8 |
1 files changed, 4 insertions, 4 deletions
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 |