diff --git a/scalpel.cabal b/scalpel.cabal
--- a/scalpel.cabal
+++ b/scalpel.cabal
@@ -1,5 +1,5 @@
 name:                scalpel
-version:             0.1.0
+version:             0.1.1
 synopsis:            A high level web scraping library for Haskell.
 description:
     Scalpel is a web scraping library inspired by libraries like Parsec and
@@ -21,7 +21,7 @@
 source-repository this
   type:     git
   location: https://github.com/fimad/scalpel.git
-  tag:      0.1.0
+  tag:      v0.1.1
 
 library
   other-extensions:
@@ -41,7 +41,7 @@
   build-depends:
           base          >= 4.6 && < 5
       ,   bytestring
-      ,   download-curl
+      ,   download-curl >= 0.1.4
       ,   regex-base
       ,   regex-tdfa
       ,   tagsoup       >= 0.8
@@ -59,7 +59,7 @@
   build-depends:
           base          >= 4.6 && < 5
       ,   bytestring
-      ,   download-curl
+      ,   download-curl >= 0.1.4
       ,   HUnit
       ,   regex-base
       ,   regex-tdfa
