diff --git a/glue-core.cabal b/glue-core.cabal
--- a/glue-core.cabal
+++ b/glue-core.cabal
@@ -1,5 +1,5 @@
 name:                   glue-core
-version:                0.5
+version:                0.6
 synopsis:               Make better services and clients.
 description:            Combinator library to enhance the general functionality of services and clients.
 license:                BSD3
@@ -25,8 +25,8 @@
                         Glue.Preload
                         Glue.Switching
   -- other-extensions:
-  build-depends:        base >=4.6 && <4.10,
-                        glue-common == 0.5,
+  build-depends:        base >=4.6 && <4.12,
+                        glue-common,
                         transformers,
                         transformers-base,
                         lifted-base,
@@ -40,7 +40,7 @@
   default-language:     Haskell2010
 
 test-suite glue-core-tests
-  build-depends:        base >=4.6 && <4.10,
+  build-depends:        base >=4.6 && <4.12,
                         glue-common ,
                         glue-core,
                         QuickCheck -any,
@@ -71,6 +71,7 @@
                         -Wall
                         -O2
                         -threaded
+  build-tools:          hspec-discover
   type:                 exitcode-stdio-1.0
   main-is:              Main.hs
   buildable:            True
