AERN-Real 0.9.7.1 → 0.9.7.2
raw patch · 2 files changed
+9/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- AERN-Real.cabal +6/−5
- ChangeLog +3/−0
AERN-Real.cabal view
@@ -1,5 +1,5 @@ Name: AERN-Real-Version: 0.9.7.1+Version: 0.9.7.2 Cabal-Version: >= 1.2 Build-Type: Simple License: BSD3@@ -10,7 +10,7 @@ Stability: experimental Category: Data, Math Synopsis: arbitrary precision interval arithmetic for approximating exact real numbers-Tested-with: GHC ==6.8.2+Tested-with: GHC ==6.8.3 Description: Datatypes and abstractions for approximating exact real numbers and a basic arithmetic over such approximations.@@ -27,7 +27,9 @@ . Simple examples of usage can be found in module @Demo.hs@ in folder @tests@. Extra-source-files:- ChangeLog tests/Demo.hs tests/Pi.hs tests/Matrix.hs+ tests/Demo.hs tests/Pi.hs tests/Matrix.hs+Data-files:+ ChangeLog Flag containers-in-base Default: False@@ -78,5 +80,4 @@ Data.Number.ER.BasicTypes, Data.Number.ER.Misc, Data.Number.ER.ExtendedInteger- Extensions: CPP, DeriveDataTypeable, ForeignFunctionInterface, ScopedTypeVariables, MultiParamTypeClasses, FunctionalDependencies, TypeSynonymInstances, FlexibleInstances- +
ChangeLog view
@@ -1,3 +1,6 @@+0.9.7.2: 7 October 2008+ * hmpfr interface now uses a faster toDouble conversion+ 0.9.7.1: 30 September 2008 * switched the Demo program to a more suitable (ie faster) base