diff --git a/concraft.cabal b/concraft.cabal
--- a/concraft.cabal
+++ b/concraft.cabal
@@ -1,5 +1,5 @@
 name:               concraft
-version:            0.9.2
+version:            0.9.3
 synopsis:           Morphological disambiguation based on constrained CRFs
 description:
     A morphological disambiguation library based on
@@ -24,9 +24,9 @@
 
     build-depends:
         base                    >= 4        && < 5
-      , array                   >= 0.4      && < 0.5
+      , array                   >= 0.4      && < 0.6
       , containers              >= 0.4      && < 0.6
-      , binary                  >= 0.5      && < 0.6
+      , binary                  >= 0.5      && < 0.8
       , bytestring              >= 0.9      && < 0.11
       , text                    >= 0.11     && < 1.2
       , text-binary             >= 0.1      && < 0.2
