diff options
Diffstat (limited to 'devel/hs-bytestring-show/files/patch-bytestring-show.cabal')
-rw-r--r-- | devel/hs-bytestring-show/files/patch-bytestring-show.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hs-bytestring-show/files/patch-bytestring-show.cabal b/devel/hs-bytestring-show/files/patch-bytestring-show.cabal index fa60616d91cd..4ce05dd94cae 100644 --- a/devel/hs-bytestring-show/files/patch-bytestring-show.cabal +++ b/devel/hs-bytestring-show/files/patch-bytestring-show.cabal @@ -5,7 +5,7 @@ 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 ++ build-depends: base < 5, binary < 0.9, bytestring >= 0.9 && <= 1, array < 0.6, containers < 0.7 exposed-modules: Text.Show.ByteString |