bytestring-show 0.3.5.2 → 0.3.5.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~containers
Dependency ranges changed: containers
Files
- bytestring-show.cabal +2/−2
bytestring-show.cabal view
@@ -1,5 +1,5 @@ name: bytestring-show-version: 0.3.5.2+version: 0.3.5.3 license: BSD3 license-file: LICENSE author: Dan Doel@@ -16,7 +16,7 @@ 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.5+ build-depends: base < 5, binary < 0.6, bytestring >= 0.9 && <= 1, array < 0.5, containers < 0.6 exposed-modules: Text.Show.ByteString