blob: 8ea6c9160ac631f34a5424502a2f5426cf1dac52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/utf8-string.cabal
+++ b/utf8-string.cabal
@@ -19,7 +19,7 @@ Tested-With: GHC==7.0.4, GHC==7.4
library
Ghc-options: -W -O2
- build-depends: base >= 4.3 && < 4.9, bytestring >= 0.9
+ build-depends: base >= 4.3 && < 4.10, bytestring >= 0.9
Extensions: CPP
Exposed-modules: Codec.Binary.UTF8.String
|