bytestring-show 0.3.5.4 → 0.3.5.5
raw patch · 1 files changed
+6/−3 lines, 1 filesdep ~binaryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: binary
API changes (from Hackage documentation)
Files
- bytestring-show.cabal +6/−3
bytestring-show.cabal view
@@ -1,5 +1,5 @@ name: bytestring-show-version: 0.3.5.4+version: 0.3.5.5 license: BSD3 license-file: LICENSE author: Dan Doel@@ -9,14 +9,14 @@ synopsis: Efficient conversion of values into readable byte strings. description: Efficient conversion of values into readable byte strings. build-type: Simple-cabal-version: >= 1.2.3+cabal-version: >= 1.6 flag integer-simple default: False description: use with integer-simple build of GHC library- build-depends: base < 5, binary < 0.6, bytestring >= 0.9 && <= 1, array < 0.5, containers < 0.6+ build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.5, containers < 0.6 exposed-modules: Text.Show.ByteString@@ -51,3 +51,6 @@ cpp-options: -DINTEGER_GMP build-depends: integer >= 0.1 && < 0.2 +source-repository head+ type: darcs+ location: http://hub.darcs.net/dolio/bytestring-show