diff --git a/reflection.cabal b/reflection.cabal
--- a/reflection.cabal
+++ b/reflection.cabal
@@ -1,5 +1,5 @@
 name:		reflection
-version:	0.4.0.1
+version:	0.4.0.2
 license:	BSD3
 license-file:   LICENSE
 author:		Edward A. Kmett, Oleg Kiselyov and Chung-chieh Shan
@@ -26,7 +26,7 @@
     FlexibleInstances
   build-depends: 
     base >= 4 && < 5,
-    tagged >= 0.2.2 && < 0.3
+    tagged >= 0.2.2.3 && < 0.3
   exposed-modules:
     Data.Reflection
   ghc-options: -Wall
