diff --git a/word24.cabal b/word24.cabal
--- a/word24.cabal
+++ b/word24.cabal
@@ -1,5 +1,5 @@
 name:		word24
-version:        1.0.0
+version:        1.0.1
 synopsis:       24-bit word and int types for GHC
 description:	24-bit Word and Int data types.
 category:       Data
@@ -8,8 +8,8 @@
 license:	BSD3
 license-file:	LICENSE
 homepage:       http://www.tiresiaspress.us/haskell/word24
-tested-with:    GHC == 6.12.3, GHC == 7.0.3
-stability:	experimental
+tested-with:    GHC == 6.12.3, GHC == 7.0.4
+stability:	stable
 
 cabal-version:  >= 1.6
 build-type:     Simple
@@ -18,9 +18,6 @@
   README
   LICENSE
 
-flag splitBase
-  description: Use the new split-up base package.
-
 flag buildTests
   description: Build test executables.
   default:     False
@@ -29,15 +26,8 @@
  hs-source-dirs:
    src
 
- if flag(splitBase)
-   build-depends:
-     base >= 3 && < 5
- else
-   build-depends:
-     base < 3
-
  build-depends:
-   haskell98
+   base >= 3 && < 5
 
  exposed-modules:
    Data.Int.Int24
@@ -65,10 +55,7 @@
   else
     buildable:  False
 
-  if flag(splitBase)
-    build-depends:  base >= 3 && < 5
-  else
-    build-depends:  base < 3
+  build-depends:  base >= 3 && < 5
 
 source-repository head
   type:     darcs
