diff --git a/fclabels.cabal b/fclabels.cabal
--- a/fclabels.cabal
+++ b/fclabels.cabal
@@ -1,5 +1,5 @@
 Name:          fclabels
-Version:       1.0.4
+Version:       1.0.5
 Author:        Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher.
 Synopsis:      First class accessor labels.
 Description:   This package provides first class labels that can act as
@@ -19,8 +19,10 @@
                .
                See the "Data.Label.Maybe" module for the use of partial labels.
                .
-               > 1.0.3 -> 1.0.4
-               >   - Bugfix to compile on GHC 6.12 again.
+               > 1.0.4 -> 1.0.5
+               >   - Relaxed template-haskell dependency constraint for GHC 7.4
+               >   - Relaxed transformers dependency constraint
+               >   (thanks to Claude Heiland-Allen)
 Maintainer:    Sebastiaan Visser <code@fvisser.nl>
 License:       BSD3
 License-File:  LICENCE
@@ -44,9 +46,9 @@
   GHC-Options: -Wall
   Build-Depends:
       base                       < 5
-    , template-haskell >= 2.2 && < 2.7
+    , template-haskell >= 2.2 && < 2.8
     , mtl              >= 1.0 && < 2.2
-    , transformers     >= 0.2 && < 0.3
+    , transformers     >= 0.2 && < 0.4
 
 Source-Repository head
   Type:     git
