packages feed

aern2-real 0.1.0.1 → 0.1.0.2

raw patch · 2 files changed

+8/−6 lines, 2 filesdep ~QuickCheckdep ~aesondep ~elm-bridgePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck, aeson, elm-bridge

API changes (from Hackage documentation)

Files

aern2-real.cabal view
@@ -1,5 +1,5 @@ name:           aern2-real-version:        0.1.0.1+version:        0.1.0.2 cabal-version:  >= 1.9.2 build-type:     Simple homepage:       https://github.com/michalkonecny/aern2@@ -32,12 +32,12 @@     , convertible >= 1.1.1.0 && < 1.2     , hspec >= 2.1 && < 2.5     -- , hspec-smallcheck >= 0.3 && < 0.5-    , QuickCheck >= 2.7 && < 2.10+    , QuickCheck >= 2.7 && < 2.11     , transformers >= 0.4 && < 0.6     , lens >= 4.13 && < 4.16     , stm >= 2.4 && < 2.5     , bytestring >= 0.10 && < 0.11-    , aeson >= 0.11 && < 1.1+    , aeson >= 0.11 && < 1.3     , mixed-types-num >= 0.3.1 && < 0.4     , aern2-mp == 0.1.*   ghc-options:     -Wall -fno-warn-orphans@@ -111,7 +111,7 @@     , aern2-real     , hspec >= 2.1 && < 2.5     -- , hspec-smallcheck >= 0.3 && < 0.5-    , QuickCheck >= 2.7 && < 2.10+    , QuickCheck >= 2.7 && < 2.11  executable aern2-real-benchOp   ghc-options:@@ -132,7 +132,7 @@     , aern2-mp == 0.1.*     , aern2-real     , random-    , QuickCheck >= 2.7 && < 2.10+    , QuickCheck  executable aern2-generate-netlog-elm   ghc-options:@@ -149,7 +149,7 @@       aern2-generate-netlog.hs   build-depends:     base == 4.*-    , elm-bridge >= 0.3 && < 0.5+    , elm-bridge     , mixed-types-num >= 0.3.1 && < 0.4     , aern2-mp == 0.1.*     , aern2-real
changelog.md view
@@ -1,3 +1,5 @@+* v 0.1.0.2 2017-11-14+  * remove most upper bounds, building with ghc 8.2 * v 0.1.0.1 2017-09-12   * first release on Hackage   * fast convergent sequences indexed by AccuracySG