mixed-types-num 0.3.1.2 → 0.3.1.3
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- changelog.md +3/−0
- mixed-types-num.cabal +2/−2
changelog.md view
@@ -1,3 +1,6 @@+* v 0.3.1.3 2017-08-22+ * fixed bound on base in test suite+ * v 0.3.1.2 2017-08-15 * provided compatible versions of take, drop, length, replicate, splitAt * added missing mixed-type subtraction combination to Ring etc.
mixed-types-num.cabal view
@@ -1,5 +1,5 @@ name: mixed-types-num-version: 0.3.1.2+version: 0.3.1.3 cabal-version: >= 1.9.2 build-type: Simple homepage: https://github.com/michalkonecny/mixed-types-num@@ -94,7 +94,7 @@ Numeric.MixedTypes.RingSpec Numeric.MixedTypes.RoundSpec build-depends:- base >= 4.8 && < 4.10+ base >= 4.8 && < 4.11 , mixed-types-num , hspec >= 2.1 && < 2.5 , hspec-smallcheck >= 0.3 && < 0.5