diff --git a/stm-queue-extras.cabal b/stm-queue-extras.cabal
--- a/stm-queue-extras.cabal
+++ b/stm-queue-extras.cabal
@@ -7,11 +7,10 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.2.0.0
-x-revision: 1
+version:             0.2.0.0.1
 
--- A short (one-line) description of the package.
 synopsis:            Extra queue utilities for STM
+description:         Granular signatures for STM queues
 license:             Apache-2.0
 license-file:        LICENSE
 author:              Jon Sterling
@@ -29,7 +28,7 @@
   exposed-modules:     Control.Concurrent.STM.Queue,
                        Control.Concurrent.STM.BoundedQueue
                        Control.Concurrent.STM.CloseableQueue
-  build-depends:       base >=4.7 && <4.8,
+  build-depends:       base >=4.7 && <5.0,
                        stm >= 2.4.3,
                        stm-chans >= 3.0.0.2
   hs-source-dirs:      src
