diff --git a/distributed-process-registry.cabal b/distributed-process-registry.cabal
--- a/distributed-process-registry.cabal
+++ b/distributed-process-registry.cabal
@@ -1,5 +1,5 @@
 name:           distributed-process-registry
-version:        0.1.0
+version:        0.1.0.1
 cabal-version:  >=1.8
 build-type:     Simple
 license:        BSD3
@@ -9,6 +9,7 @@
 Author:         Tim Watson
 Maintainer:     watson.timothy@gmail.com
 Stability:      experimental
+Category:       Control
 Homepage:       http://github.com/haskell-distributed/distributed-process-registry
 Bug-Reports:    http://github.com/haskell-distributed/distributed-process-registry/issues
 synopsis:       Cloud Haskell Extended Process Registry
@@ -33,16 +34,16 @@
                    distributed-process-supervisor >= 0.1.2 && < 0.2,
                    distributed-process-client-server >= 0.1.2 && < 0.2,
                    binary >= 0.6.3.0 && < 0.8,
-                   deepseq >= 1.3.0.1 && < 1.4,
+                   deepseq >= 1.3.0.1 && < 1.5,
                    mtl,
                    containers >= 0.4 && < 0.6,
                    hashable >= 1.2.0.5 && < 1.3,
                    unordered-containers >= 0.2.3.0 && < 0.3,
                    fingertree < 0.2,
                    stm >= 2.4 && < 2.5,
-                   time > 1.4 && < 1.5,
+                   time > 1.4 && < 1.6,
                    transformers
-  if impl(ghc <= 7.5) 
+  if impl(ghc <= 7.5)
     Build-Depends:   template-haskell == 2.7.0.0,
                      derive == 2.5.5,
                      uniplate == 1.6.12,
@@ -64,25 +65,25 @@
                    distributed-process >= 0.5.3 && < 0.6,
                    distributed-process-extras >= 0.2.0 && < 0.3,
                    distributed-process-registry,
-                   distributed-process-tests >= 0.4.3 && < 0.5,
+                   distributed-process-tests >= 0.4.2 && < 0.5,
                    distributed-static,
                    bytestring,
                    data-accessor,
                    fingertree < 0.2,
                    network-transport >= 0.4 && < 0.5,
-                   deepseq >= 1.3.0.1 && < 1.4,
+                   deepseq >= 1.3.0.1 && < 1.5,
                    mtl,
                    network-transport-tcp >= 0.4 && < 0.5,
                    binary >= 0.6.3.0 && < 0.8,
                    network >= 2.3 && < 2.7,
                    HUnit >= 1.2 && < 2,
                    stm >= 2.3 && < 2.5,
-                   time > 1.4 && < 1.5,
+                   time > 1.4 && < 1.6,
                    test-framework >= 0.6 && < 0.9,
                    test-framework-hunit,
                    transformers,
                    rematch >= 0.2.0.0
-  if impl(ghc <= 7.5) 
+  if impl(ghc <= 7.5)
     Build-Depends: ghc-prim
   hs-source-dirs:
                    tests
