diff --git a/AERN-Real.cabal b/AERN-Real.cabal
--- a/AERN-Real.cabal
+++ b/AERN-Real.cabal
@@ -1,6 +1,6 @@
 Name:           AERN-Real
-Version:        2011.1
-Cabal-Version:  >= 1.2
+Version:        2011.1.0.1
+Cabal-Version:  >= 1.8
 Build-Type:     Simple
 License:        BSD3
 License-File:   LICENCE
@@ -26,6 +26,10 @@
     fixed-precision numbers.  These can serve as interval
     endpoints.  In a future release also MPFR arbitrary-precision numbers
     will be made available as interval endpoints.
+    .   
+    This package does not compile with ghc 7.0.* due to a 
+    compiler bug that has been fixed for the 7.2.1 release.
+    Haddock documentation can be found via <http://code.google.com/p/aern/wiki/Main>.
 
 Extra-Source-Files:
     CHANGES
@@ -34,11 +38,11 @@
   hs-source-dirs: src
   ghc-options:     -O2
   Build-Depends:
-        base >= 4 && < 5,
+        base >= 4 && < 4.3,
         QuickCheck >= 2.1 && < 3,
         test-framework >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2 && < 0.4,
         criterion >= 0.5 && < 0.6,
-        AERN-Basics == 2011.1
+        AERN-Basics == 2011.1.0.1
   Exposed-modules:
     Numeric.AERN.RealArithmetic.ExactOps, 
     Numeric.AERN.RealArithmetic.NumericOrderRounding, 
diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2011.1.0.1: 11th May 2011
+    * minor update of dependencies and documentation to reflect inability to build with ghc 7.0.*
 2011.1: 6th May 2011
     * initial release of a completely rewritten version of AERN-Real
 
