aboutsummaryrefslogtreecommitdiff
path: root/ad-listener.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ad-listener.cabal')
-rw-r--r--ad-listener.cabal8
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