diff --git a/reflection.cabal b/reflection.cabal
--- a/reflection.cabal
+++ b/reflection.cabal
@@ -1,5 +1,5 @@
 name:           reflection
-version:        1.1.3
+version:        1.1.4
 license:        BSD3
 license-file:   LICENSE
 author:         Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan
@@ -7,8 +7,7 @@
 stability:      experimental
 homepage:       http://github.com/ekmett/reflection
 category:       Data, Reflection, Dependent Types
-synopsis:       Reifies arbitrary terms into types that can be reflected back
-                into terms
+synopsis:       Reifies arbitrary terms into types that can be reflected back into terms
 copyright:      2009-2012 Edward A. Kmett,
                 2012 Elliott Hird,
                 2004 Oleg Kiselyov and Chung-chieh Shan
@@ -69,7 +68,7 @@
 
   build-depends:
     base >= 4 && < 5,
-    tagged >= 0.2.3 && < 0.3
+    tagged >= 0.2.3 && < 0.5
 
   default-language: Haskell98
 
