From 5cedcecd6ae31e2485dcab2ddd74c74a4779545d Mon Sep 17 00:00:00 2001 From: Joris Date: Tue, 3 Sep 2019 21:01:53 +0200 Subject: Make LBC to work Use request headers to simulate a normal browser --- ad-listener.cabal | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ad-listener.cabal') 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 -- cgit v1.2.3