packages feed

bytestring-show 0.3.4 → 0.3.5

raw patch · 2 files changed

+9/−4 lines, 2 filesdep ~integer-gmpPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: integer-gmp

API changes (from Hackage documentation)

Files

Text/Show/ByteString.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE TypeSynonymInstances #-}+{-# LANGUAGE TypeSynonymInstances, FlexibleInstances #-}  -- --------------------------------------------------------------------------- -- |
bytestring-show.cabal view
@@ -1,5 +1,5 @@ name:              bytestring-show-version:           0.3.4+version:           0.3.5 license:           BSD3 license-file:      LICENSE author:            Dan Doel@@ -25,14 +25,19 @@         Text.Show.ByteString.Integer      extensions:-        UnboxedTuples, MagicHash, BangPatterns, TypeSynonymInstances, CPP+        UnboxedTuples,+        MagicHash,+        BangPatterns,+        TypeSynonymInstances,+        CPP,+        FlexibleInstances      ghc-options:         -O2 -Wall      if impl(ghc >= 6.11)         cpp-options: -DINTEGER_GMP-        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)         cpp-options: -DINTEGER_GMP