text-format 0.3.0.4 → 0.3.0.5
raw patch · 1 files changed
+2/−3 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/−3
text-format.cabal view
@@ -1,5 +1,5 @@ name: text-format-version: 0.3.0.4+version: 0.3.0.5 license: BSD3 license-file: LICENSE homepage: https://github.com/mailrank/text-format@@ -43,7 +43,6 @@ base == 4.*, double-conversion >= 0.2.0.0, ghc-prim,- integer-gmp, old-locale, text >= 0.11.0.8, time,@@ -58,7 +57,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