AERN-Real-Double 2011.1 → 2011.1.0.1
raw patch · 2 files changed
+19/−13 lines, 2 filesdep ~AERN-Basicsdep ~AERN-Realdep ~AERN-Real-Interval
Dependency ranges changed: AERN-Basics, AERN-Real, AERN-Real-Interval, base
Files
- AERN-Real-Double.cabal +17/−13
- CHANGES +2/−0
AERN-Real-Double.cabal view
@@ -1,6 +1,6 @@ Name: AERN-Real-Double-Version: 2011.1-Cabal-Version: >= 1.2+Version: 2011.1.0.1+Cabal-Version: >= 1.8 Build-Type: Simple License: BSD3 License-File: LICENCE@@ -45,6 +45,10 @@ . For further information, please refer to the documentation of these six modules and the sample programs in the demo folder.+ . + 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@@ -53,11 +57,11 @@ hs-source-dirs: src ghc-options: -O2 Build-Depends:- base >= 4 && < 5,+ base >= 4 && < 4.3, ieee-utils >= 0.4 && < 0.5, QuickCheck >= 2.1 && < 3, test-framework >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2 && < 0.4,- AERN-Basics == 2011.1, AERN-Real-Interval == 2011.1, AERN-Real == 2011.1+ AERN-Basics == 2011.1.0.1, AERN-Real-Interval == 2011.1.0.1, AERN-Real == 2011.1.0.1 Exposed-modules: Numeric.AERN.DoubleBasis.Interval, Numeric.AERN.DoubleBasis.MInterval, @@ -83,18 +87,18 @@ ghc-options: -O2 main-is: Main.hs Build-Depends:- base >= 4 && < 5,+ base >= 4 && < 4.3, test-framework >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2 && < 0.4,- AERN-Basics == 2011.1, AERN-Real-Interval == 2011.1, AERN-Real == 2011.1+ AERN-Basics == 2011.1.0.1, AERN-Real-Interval == 2011.1.0.1, AERN-Real == 2011.1.0.1 Executable benchAERN-Real-Double hs-source-dirs: src, bench ghc-options: -O2 main-is: Main.hs Build-Depends:- base >= 4 && < 5,+ base >= 4 && < 4.3, criterion >= 0.5 && < 0.6,- AERN-Basics == 2011.1, AERN-Real-Interval == 2011.1, AERN-Real == 2011.1+ AERN-Basics == 2011.1.0.1, AERN-Real-Interval == 2011.1.0.1, AERN-Real == 2011.1.0.1 Executable demoAERN-Real-Double-Quadratic hs-source-dirs: src, demos@@ -102,23 +106,23 @@ main-is: Quadratic.hs Build-Depends: base >= 4 && < 5,- AERN-Basics == 2011.1, AERN-Real == 2011.1+ AERN-Basics == 2011.1.0.1, AERN-Real == 2011.1.0.1 Executable demoAERN-Real-Double-Riemann hs-source-dirs: src, demos ghc-options: -O2 main-is: Riemann.hs Build-Depends:- base >= 4 && < 5,- AERN-Basics == 2011.1, AERN-Real == 2011.1+ base >= 4 && < 4.3,+ AERN-Basics == 2011.1.0.1, AERN-Real == 2011.1.0.1 Executable demoAERN-Real-Double-Zero hs-source-dirs: src, demos ghc-options: -O2 main-is: Zero.hs Build-Depends:- base >= 4 && < 5,- AERN-Basics == 2011.1, AERN-Real == 2011.1+ base >= 4 && < 4.3,+ AERN-Basics == 2011.1.0.1, AERN-Real == 2011.1.0.1
CHANGES view
@@ -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 AERN-Real-Double