diff --git a/http-client.cabal b/http-client.cabal
--- a/http-client.cabal
+++ b/http-client.cabal
@@ -1,5 +1,5 @@
 name:                http-client
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            An HTTP client engine, intended as a base layer for more user-friendly packages.
 description:         This codebase has been refactored from http-conduit.
 homepage:            https://github.com/snoyberg/http-client
@@ -37,7 +37,7 @@
                      , containers
                      , transformers
                      , deepseq           >= 1.3    && <1.4
-                     , case-insensitive  >= 1.1    && <1.2
+                     , case-insensitive  >= 1.0    && <1.2
                      , failure           >= 0.2    && <0.3
                      , base64-bytestring >= 1.0    && <1.1
                      , publicsuffixlist
