diff --git a/numeric-quest.cabal b/numeric-quest.cabal
--- a/numeric-quest.cabal
+++ b/numeric-quest.cabal
@@ -1,5 +1,5 @@
 Name:           numeric-quest
-Version:        0.2.0.2
+Version:        0.2.0.3
 License:        GPL
 License-File:   LICENSE
 Author:         Jan Skibinski
@@ -7,9 +7,17 @@
 Homepage:       http://www.haskell.org/haskellwiki/Numeric_Quest
 Category:       Math
 Synopsis:       Math and quantum mechanics
-Description:    List based linear algebra, similtaneous linear equations, eigenvalues and eigenvectors, roots of polynomials, transcendent functions with arbitrary precision implemented by continued fractions, quantum operations, tensors
-Tested-With:    GHC==6.4.1, GHC==6.6.1, GHC==6.8.2, GHC==6.10.4
-Cabal-Version:  >=1.6
+Description:
+  List based linear algebra,
+  similtaneous linear equations,
+  eigenvalues and eigenvectors,
+  roots of polynomials,
+  transcendent functions with arbitrary precision
+  implemented by continued fractions,
+  quantum operations,
+  tensors
+Tested-With:    GHC==6.*, GHC==7.*, GHC==8.*, GHC==9.*
+Cabal-Version:  >=1.10
 Build-Type:     Simple
 
 Data-Files:
@@ -17,7 +25,7 @@
   README
 
 Source-Repository this
-  Tag:         0.2.0.2
+  Tag:         0.2.0.3
   Type:        darcs
   Location:    http://code.haskell.org/~thielema/numeric-quest/
 
@@ -25,20 +33,13 @@
   Type:        darcs
   Location:    http://code.haskell.org/~thielema/numeric-quest/
 
-Flag splitBase
-  description: Choose the new smaller, split-up base package.
-
 Library
   Build-Depends:
-    prelude-compat >=0.0.0.1 && <0.1
-  If flag(splitBase)
-    Build-Depends:
-      array >=0.1 && <0.6,
-      base >= 2 && <5
-  Else
-    Build-Depends:
-      base >= 1.0 && < 2
+    prelude-compat >=0.0.0.1 && <0.1,
+    array >=0.1 && <0.6,
+    base >=3 && <5
 
+  Default-Language: Haskell98
   GHC-Options:    -Wall
   Hs-source-dirs: .
   Exposed-modules:
