diff --git a/netlib-carray.cabal b/netlib-carray.cabal
--- a/netlib-carray.cabal
+++ b/netlib-carray.cabal
@@ -1,5 +1,5 @@
 Name:             netlib-carray
-Version:          0.0.1
+Version:          0.0.1.1
 License:          BSD3
 License-File:     LICENSE
 Author:           Henning Thielemann <haskell@henning-thielemann.de>
@@ -16,11 +16,11 @@
   This package provides definitions shared by
   the packages @blas-carray@ and @lapack-carray@.
 Tested-With:      GHC==7.4.2, GHC==7.8.4
-Cabal-Version:    >=1.14
+Cabal-Version:    1.14
 Build-Type:       Simple
 
 Source-Repository this
-  Tag:         0.0.1
+  Tag:         0.0.1.1
   Type:        darcs
   Location:    http://hub.darcs.net/thielema/netlib-carray/
 
@@ -30,7 +30,7 @@
 
 Library
   Build-Depends:
-    netlib-ffi >=0.0.1 && <0.1,
+    netlib-ffi >=0.0.1 && <0.2,
     carray >=0.1.5 && <0.2,
     transformers >=0.4 && <0.6,
     base >=4.5 && <5
