diff --git a/ChasingBottoms.cabal b/ChasingBottoms.cabal
--- a/ChasingBottoms.cabal
+++ b/ChasingBottoms.cabal
@@ -1,5 +1,5 @@
 name:               ChasingBottoms
-version:            1.3.0.6
+version:            1.3.0.7
 license:            MIT
 license-file:       LICENCE
 copyright:          Copyright (c) Nils Anders Danielsson 2004-2013.
@@ -123,7 +123,7 @@
 
     build-depends: QuickCheck >= 2.1 && < 2.7,
                    mtl >= 1.1 && < 2.2,
-                   base >= 4.0 && < 4.7,
+                   base >= 4.0 && < 4.8,
                    containers >= 0.3 && < 0.6,
                    random == 1.0.*,
                    syb >= 0.1.0.2 && < 0.5
@@ -152,8 +152,8 @@
 
     build-depends: QuickCheck >= 2.1 && < 2.7,
                    mtl >= 1.1 && < 2.2,
-                   base >= 4.0 && < 4.7,
+                   base >= 4.0 && < 4.8,
                    containers >= 0.3 && < 0.6,
                    random == 1.0.*,
                    syb >= 0.1.0.2 && < 0.5,
-                   array >= 0.3 && < 0.5
+                   array >= 0.3 && < 0.6
diff --git a/LICENCE b/LICENCE
--- a/LICENCE
+++ b/LICENCE
@@ -1,7 +1,7 @@
 I have chosen to distribute this library under the MIT/Expat licence:
 ---------------------------------------------------------------------
 
-Copyright (c) 2004-2011 Nils Anders Danielsson
+Copyright (c) 2004-2013 Nils Anders Danielsson
 
 Permission is hereby granted, free of charge, to any person obtaining a
 copy of this software and associated documentation files (the
