double-conversion 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~integer-gmpPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: integer-gmp
API changes (from Hackage documentation)
Files
- double-conversion.cabal +2/−2
double-conversion.cabal view
@@ -1,5 +1,5 @@ name: double-conversion-version: 0.2.0.0+version: 0.2.0.1 license: BSD3 license-file: LICENSE homepage: https://github.com/mailrank/double-conversion@@ -95,7 +95,7 @@ cpp-options: -DINTEGER_GMP if impl(ghc >= 6.11)- build-depends: integer-gmp >= 0.2 && < 0.3+ build-depends: integer-gmp >= 0.2 && < 0.4 if impl(ghc >= 6.9) && impl(ghc < 6.11) build-depends: integer >= 0.1 && < 0.2