blob: ca4912b4e2b2118d300f9516ecf7d1ab8c83fcff (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/bytestring-show.cabal
+++ b/bytestring-show.cabal
@@ -16,7 +16,7 @@ flag integer-simple
description: use with integer-simple build of GHC
library
- build-depends: base < 5, binary < 0.8, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6
+ build-depends: base < 5, binary < 0.9, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.6
exposed-modules:
Text.Show.ByteString
|