diff --git a/ad.cabal b/ad.cabal
--- a/ad.cabal
+++ b/ad.cabal
@@ -1,5 +1,5 @@
 name:         ad
-version:      1.3
+version:      1.3.0.1
 license:      BSD3
 license-File: LICENSE
 copyright:    (c) Edward Kmett 2010-2011,
@@ -60,6 +60,10 @@
     .
     * @0@ means that the resulting derivative list is padded with 0s at the end.
     .
+    Changes since 1.3
+    .
+    * Dependency bump to be compatible with ghc 7.4.1
+    .
     Changes since 1.2
     .
     * Compiles with template haskell 2.6, changed interface to comply with the lack of Eq and Show as superclasses of Num in the new GHC.
@@ -127,13 +131,13 @@
     UndecidableInstances
 
   build-depends:
-    base       >= 4     && < 5,
-    data-reify >= 0.6   && < 0.7,
-    containers >= 0.2   && < 0.5,
-    array      >= 0.2   && < 0.4,
-    comonad    >= 1.1.1 && < 1.2,
-    free       >= 2.0   && < 2.1,
-    template-haskell >= 2.6 && < 2.7
+    base             >= 4       && < 5,
+    data-reify       >= 0.6     && < 0.7,
+    containers       >= 0.2     && < 0.5,
+    array            >= 0.2     && < 0.5,
+    comonad          >= 1.1.1.1 && < 1.2,
+    free             >= 2.0     && < 2.1,
+    template-haskell >= 2.6     && < 2.8
 
   exposed-modules:
     Numeric.AD
