diff --git a/glue-example.cabal b/glue-example.cabal
--- a/glue-example.cabal
+++ b/glue-example.cabal
@@ -1,5 +1,5 @@
 name:                   glue-example
-version:                0.5
+version:                0.6
 synopsis:               Make better services and clients.
 description:            Examples of the use of glue library functionality.
 license:                BSD3
@@ -18,10 +18,10 @@
   main-is:              Main.hs
   hs-source-dirs:       src
   other-modules:        Glue.Example.BatcherExample
-  build-depends:        base >=4.6 && <4.10,
-                        glue-common == 0.5,
-                        glue-core == 0.5,
-                        glue-ekg == 0.5,
+  build-depends:        base >=4.6 && <4.12,
+                        glue-common ==0.6,
+                        glue-core ==0.6,
+                        glue-ekg ==0.6,
                         transformers,
                         transformers-base,
                         lifted-base,
