diff --git a/hen.cabal b/hen.cabal
--- a/hen.cabal
+++ b/hen.cabal
@@ -1,5 +1,5 @@
 Name:               hen
-Version:            0.1.1
+Version:            0.1.3
 Synopsis:           Haskell bindings to Xen hypervisor interface
 Description:        Haskell bindings to Xen hypervisor interface
 License:            MIT
@@ -21,11 +21,11 @@
     Ghc-options:        -Wall -fno-warn-orphans
     Default-language:   Haskell2010
 
-    Build-depends:      base                      == 4.6.* || == 4.5.*
+    Build-depends:      base                      == 4.7.* || == 4.6.* || == 4.5.*
                       , transformers              == 0.3.*
                       , mtl                       == 2.1.* || == 2.0.*
                       , exceptions                == 0.3.*
-                      , uuid                      == 1.2.*
+                      , uuid                      == 1.3.*
                       , bitset                    == 1.4.*
 
     Exposed-modules:    System.Xen
@@ -35,7 +35,7 @@
                         System.Xen.Errors
                         System.Xen.Mid
                         System.Xen.Low
---    Extra-libraries:    xenctrl
+    Extra-libraries:    xenctrl
 
 Test-suite hen-tests
     Main-is:          Tests.hs
@@ -43,16 +43,16 @@
     Default-language: Haskell2010
     Type:             exitcode-stdio-1.0
 
-    Build-depends:      base                      == 4.6.* || == 4.5.*
+    Build-depends:      base                      == 4.7.* || == 4.6.* || == 4.5.*
                       , transformers              == 0.3.*
                       , mtl                       == 2.1.* || == 2.0.*
                       , exceptions                == 0.3.*
-                      , uuid                      == 1.2.*
+                      , uuid                      == 1.3.*
                       , bitset                    == 1.4.*
                       , hen
 
-                      , tasty                      == 0.3.*
-                      , tasty-quickcheck           == 0.3.*
+                      , tasty                      == 0.8.*
+                      , tasty-quickcheck           == 0.8.*
                       , QuickCheck                 == 2.6.*
 
 Source-repository head
