text-format 0.3.0.6 → 0.3.0.7
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
- text-format.cabal +2/−2
text-format.cabal view
@@ -1,5 +1,5 @@ name: text-format-version: 0.3.0.6+version: 0.3.0.7 license: BSD3 license-file: LICENSE homepage: https://github.com/bos/text-format@@ -57,7 +57,7 @@ cpp-options: -DINTEGER_GMP if impl(ghc >= 6.11)- build-depends: integer-gmp >= 0.2 && < 0.4+ build-depends: integer-gmp >= 0.2 && < 0.5 if impl(ghc >= 6.9) && impl(ghc < 6.11) build-depends: integer >= 0.1 && < 0.2