diff --git a/uri.cabal b/uri.cabal
--- a/uri.cabal
+++ b/uri.cabal
@@ -1,5 +1,5 @@
 Name: uri
-Version: 0.1
+Version: 0.1.1
 Synopsis: Library for working with URIs
 Category: Text
 Description: Library for working with URIs, including parsing, rendering, merging, escaping
@@ -18,4 +18,4 @@
 
 library
  Exposed-Modules: Text.URI
- Build-Depends: base >= 4 && < 5, parsec >= 2.1, safe, utf8-string
+ Build-Depends: base >= 4 && < 5, parsec >= 2.1 && < 3.0, safe, utf8-string
