diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,7 @@
+* 0.1.4.1 (3 August 2011)
+
+  - Bump version upper bound for base and test with GHC 7.2.0rc1.
+
 * 0.1.4
 
   - Add 'splitPlacesBlanks' function from Daniel Wagner; like
diff --git a/split.cabal b/split.cabal
--- a/split.cabal
+++ b/split.cabal
@@ -1,5 +1,5 @@
 Name:                split
-Version:             0.1.4
+Version:             0.1.4.1
 Stability:           stable
 Description:         Combinator library and utility functions for splitting lists.
 Homepage:            http://code.haskell.org/~byorgey/code/split
@@ -11,8 +11,11 @@
 Maintainer:          byorgey@cis.upenn.edu
 Category:            List
 Build-type:          Simple
-Cabal-Version:       >= 1.2
-Tested-with:         GHC == 6.12.3, GHC ==7.0.1
+Cabal-Version:       >= 1.6
+Tested-with:         GHC == 6.12.3, GHC ==7.0.1, GHC ==7.2.0
+Source-repository head
+  type:     darcs
+  location: http://code.haskell.org/~byorgey/code/split
 
 flag testing
   description: Testing mode
@@ -20,5 +23,5 @@
 
 library
   ghc-options:       -Wall
-  Build-Depends:     base <4.4
+  Build-Depends:     base <4.5
   Exposed-Modules:   Data.List.Split, Data.List.Split.Internals
