packages feed

aern2-real 0.2.4.0 → 0.2.4.1

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~aern2-mpdep ~mixed-types-numPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: aern2-mp, mixed-types-num

API changes (from Hackage documentation)

Files

aern2-real.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: dcd52485dd451831f9e0d0903913a199f2dd7764f22b7fc61f3a3b292ba85676+-- hash: 1ee9cd11320b2755650a6147dba4bfe80cf5c45f8e6f6f3fe4e25c2a629c76ce  name:           aern2-real-version:        0.2.4.0+version:        0.2.4.1 synopsis:       Real numbers as sequences of MPBalls description:    Please see the README on GitHub at <https://github.com/michalkonecny/aern2/#readme> category:       Math@@ -61,12 +61,12 @@   ghc-options: -Wall   build-depends:       QuickCheck-    , aern2-mp >=0.2.1+    , aern2-mp >=0.2.4     , base ==4.*     , collect-errors >=0.1.5     , hspec     , integer-logarithms-    , mixed-types-num >=0.5.3+    , mixed-types-num >=0.5.5   default-language: Haskell2010  test-suite aern2-real-test@@ -93,11 +93,11 @@   ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall   build-depends:       QuickCheck-    , aern2-mp >=0.2.1+    , aern2-mp >=0.2.4     , aern2-real     , base ==4.*     , collect-errors >=0.1.5     , hspec     , integer-logarithms-    , mixed-types-num >=0.5.3+    , mixed-types-num >=0.5.5   default-language: Haskell2010