scientific 0.3.3.7 → 0.3.3.8
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~QuickCheck
Dependency ranges changed: QuickCheck
Files
- changelog +3/−0
- scientific.cabal +2/−2
changelog view
@@ -1,3 +1,6 @@+0.3.3.8+ * Support QuickCheck-2.8.+ 0.3.3.7 * Fixed both the
scientific.cabal view
@@ -1,5 +1,5 @@ name: scientific-version: 0.3.3.7+version: 0.3.3.8 synopsis: Numbers represented using scientific notation description: @Data.Scientific@ provides a space efficient and arbitrary precision@@ -99,7 +99,7 @@ , tasty-smallcheck >= 0.2 && < 0.9 , tasty-quickcheck >= 0.8 && < 0.9 , smallcheck >= 1.0 && < 1.2- , QuickCheck >= 2.5 && < 2.8+ , QuickCheck >= 2.5 && < 2.9 , text >= 0.8 && < 1.3 , bytestring >= 0.10 && < 0.11