]> gitweb.michael.orlitzky.com - dead/lwn-epub.git/commitdiff
Add http-conduit and http-types dependencies.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Aug 2012 19:42:39 +0000 (15:42 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 20 Aug 2012 19:42:39 +0000 (15:42 -0400)
Remove the curl dependencies.

lwn-epub.cabal

index 08ee1bf9601eeecaa392c9b7191d71760eecd329..d301b994fb3d5a432588dc71f197a02d10298e0c 100644 (file)
@@ -14,11 +14,11 @@ executable lwn-epub
     cmdargs                 == 0.9.*,
     ConfigFile              == 1.*,
     containers              == 0.*,
-    curl                    == 1.*,
     directory               == 1.1.*,
-    download-curl           == 0.1.*,
     filepath                == 1.3.*,
     HandsomeSoup            == 0.3.*,
+    http-conduit            == 1.6.*,
+    http-types              == 0.7.*,
     HUnit                   == 1.2.*,
     hxt                     == 9.*,
     MissingH                == 1.1.*,