diff --git a/universe.cabal b/universe.cabal
--- a/universe.cabal
+++ b/universe.cabal
@@ -1,7 +1,7 @@
 name:                universe
-version:             0.4.0.1
+version:             0.4.0.2
 synopsis:            Classes for types where we know all the values
-description:         A small package, in the spirit of data-default, which allows the munging of finite and recursively enumerable types
+description:         Munge finite and recursively enumerable types
 license:             BSD3
 license-file:        LICENSE
 author:              Daniel Wagner
@@ -16,7 +16,7 @@
 source-repository this
     type:            git
     location:        https://github.com/dmwit/universe
-    tag:             0.4.0.1
+    tag:             0.4.0.2
 
 library
   exposed-modules:     Data.Universe,
@@ -34,6 +34,6 @@
                        containers             >=0.1 && <1  ,
                        keys                   >=0.1 && <4  ,
                        mtl                    >=1.0 && <2.2,
-                       representable-functors >=2.4 && <3.1,
+                       representable-functors >=2.4 && <3.2,
                        transformers           >=0.2 && <0.4,
-                       void                   >=0.1 && <0.6
+                       void                   >=0.1 && <0.7
