scientific 0.3.3.0 → 0.3.3.1
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~criteriondep ~tastydep ~tasty-hunitPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: criterion, tasty, tasty-hunit
API changes (from Hackage documentation)
Files
- scientific.cabal +4/−4
scientific.cabal view
@@ -1,5 +1,5 @@ name: scientific-version: 0.3.3.0+version: 0.3.3.1 synopsis: Numbers represented using scientific notation description: @Data.Scientific@ provides a space efficient and arbitrary precision@@ -93,9 +93,9 @@ build-depends: scientific , base >= 4.3 && < 4.8- , tasty >= 0.5 && < 0.9+ , tasty >= 0.5 && < 0.11 , tasty-ant-xml >= 1.0 && < 1.1- , tasty-hunit >= 0.8 && < 0.9+ , tasty-hunit >= 0.8 && < 0.10 , tasty-smallcheck >= 0.2 && < 0.9 , tasty-quickcheck >= 0.8 && < 0.9 , smallcheck >= 1.0 && < 1.2@@ -110,7 +110,7 @@ default-language: Haskell2010 ghc-options: -O2 build-depends: base >= 4.3 && < 4.8- , criterion >= 0.5 && < 0.12+ , criterion >= 0.5 && < 1.1 , ghc-prim , deepseq >= 1.3 && < 1.4 , text >= 0.8 && < 1.3