aboutsummaryrefslogtreecommitdiff
path: root/ad-listener.cabal
diff options
context:
space:
mode:
authorJoris2019-09-03 21:01:53 +0200
committerJoris2019-09-03 21:04:40 +0200
commit5cedcecd6ae31e2485dcab2ddd74c74a4779545d (patch)
treebb54b8f1bbf1f5baaf94c28e4443fb17321d5fc7 /ad-listener.cabal
parent8d14cb80170a8a15a0ced13bc7fe5cd16b908974 (diff)
downloadad-listener-5cedcecd6ae31e2485dcab2ddd74c74a4779545d.tar.gz
ad-listener-5cedcecd6ae31e2485dcab2ddd74c74a4779545d.tar.bz2
ad-listener-5cedcecd6ae31e2485dcab2ddd74c74a4779545d.zip
Make LBC to work
Use request headers to simulate a normal browser
Diffstat (limited to 'ad-listener.cabal')
-rw-r--r--ad-listener.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/ad-listener.cabal b/ad-listener.cabal
index 793fd5a..65da10b 100644
--- a/ad-listener.cabal
+++ b/ad-listener.cabal
@@ -22,6 +22,7 @@ Library
, http-conduit
, tagsoup
, text
+ , http-types
Exposed-modules:
FetchAd
@@ -57,6 +58,7 @@ Executable ad-listener
, tagsoup
, text
, time
+ , http-conduit
Other-modules:
Conf
@@ -81,6 +83,7 @@ Test-suite test
, hspec
, ad-listener
, text
+ , http-conduit
Other-modules:
Ads