diff --git a/numeric-quest.cabal b/numeric-quest.cabal
--- a/numeric-quest.cabal
+++ b/numeric-quest.cabal
@@ -1,29 +1,37 @@
 Name:           numeric-quest
-Version:        0.1.1.2
+Version:        0.1.1.3
 License:        GPL
 License-File:   LICENSE
 Author:         Jan Skibinski
 Maintainer:     Henning Thielemann <numeric-quest@henning-thielemann.de>
 Homepage:       http://www.haskell.org/haskellwiki/Numeric_Quest
-Package-URL:    http://code.haskell.org/~thielema/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.2
+Cabal-Version:  >=1.6
 Build-Type:     Simple
 
 Data-Files:
-   Makefile
-   README
+  Makefile
+  README
 
+Source-Repository this
+  Tag:         0.1.1.3
+  Type:        darcs
+  Location:    http://code.haskell.org/~thielema/numeric-quest/
+
+Source-Repository head
+  Type:        darcs
+  Location:    http://code.haskell.org/~thielema/numeric-quest/
+
 Flag splitBase
   description: Choose the new smaller, split-up base package.
 
 Library
   If flag(splitBase)
     Build-Depends:
-      array >=0.1 && <0.4,
+      array >=0.1 && <0.5,
       base >= 2 && <5
   Else
     Build-Depends:
