diff --git a/reflection.cabal b/reflection.cabal
--- a/reflection.cabal
+++ b/reflection.cabal
@@ -1,5 +1,5 @@
 name:		    reflection
-version:	    0.3.0
+version:	    0.3.1
 license:	    BSD3
 license-file:   LICENSE
 author:		    Edward A. Kmett, Oleg Kiselyov and Chung-chieh Shan
@@ -17,7 +17,7 @@
 library
   build-depends: 
     base >= 4 && < 5,
-    tagged >= 0.0 && < 0.1
+    tagged >= 0.0 && < 0.2
   exposed-modules:
     Data.Reflection
     
