diff --git a/intern.cabal b/intern.cabal
--- a/intern.cabal
+++ b/intern.cabal
@@ -1,6 +1,6 @@
 name:          intern
 category:      Data, Data Structures
-version:       0.9.1.1
+version:       0.9.1.2
 license:       BSD3
 cabal-version: >= 1.6
 license-file:  LICENSE
@@ -44,12 +44,12 @@
 
 library
   build-depends:
-    base                 >= 4 && < 5,
-    bytestring           >= 0.9 && < 0.11,
-    text                 == 0.11.*,
-    hashable             >= 1.1 && < 1.3,
+    base                 >= 4     && < 5,
+    bytestring           >= 0.9   && < 0.11,
+    text                 >= 0.11  && < 1.2,
+    hashable             >= 1.1   && < 1.3,
     unordered-containers >= 0.2.1 && < 0.3,
-    array                >= 0.3 && < 0.5
+    array                >= 0.3   && < 0.5
 
   exposed-modules:
     Data.Interned
