From: Ramakrishnan Muthukrishnan <ram@rkrishnan.org>
Date: Tue, 10 Feb 2015 06:23:51 +0000 (+0530)
Subject: HTTP client library dependency
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5D%20/uri/provisioning?a=commitdiff_plain;h=4a27bffd755726b351ee502dd9cf121aa4672f6e;p=functorrent.git

HTTP client library dependency
---

diff --git a/deluge.cabal b/deluge.cabal
index 6b4a441..5b5741b 100644
--- a/deluge.cabal
+++ b/deluge.cabal
@@ -24,7 +24,8 @@ executable deluge
                        containers ==0.5.*,
                        time ==1.4.2,
                        bytestring,
-                       doctest
+                       doctest,
+                       HTTP >=4000.2.1
   hs-source-dirs:      src
   ghc-options:         -Wall -fwarn-incomplete-patterns
   default-language:    Haskell2010
\ No newline at end of file