diff options
author | Joris | 2019-09-09 20:42:41 +0200 |
---|---|---|
committer | Joris | 2019-09-09 20:42:41 +0200 |
commit | 88a2f0c22b523dd5246cefaeefd6c08bf9d6fba7 (patch) | |
tree | a138ceec2036313bc81b4ab2b0685914ee166c29 /ad-listener.cabal | |
parent | 3e2c3f014bce0a82ac8708925806be05412898f9 (diff) |
Use logging library instead of putStrLn
Diffstat (limited to 'ad-listener.cabal')
-rw-r--r-- | ad-listener.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ad-listener.cabal b/ad-listener.cabal index 22f7adb..21962b6 100644 --- a/ad-listener.cabal +++ b/ad-listener.cabal @@ -25,6 +25,7 @@ Library , time , wreq , random + , logging Exposed-modules: FetchAd @@ -62,6 +63,7 @@ Executable ad-listener , text , time , wreq + , logging Other-modules: Conf |