diff options
Diffstat (limited to '')
-rw-r--r-- | net/hs-bsb-http-chunked/files/patch-bsb-http-chunked.cabal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/net/hs-bsb-http-chunked/files/patch-bsb-http-chunked.cabal b/net/hs-bsb-http-chunked/files/patch-bsb-http-chunked.cabal new file mode 100644 index 000000000000..4c3d7444036f --- /dev/null +++ b/net/hs-bsb-http-chunked/files/patch-bsb-http-chunked.cabal @@ -0,0 +1,9 @@ +--- bsb-http-chunked.cabal.orig 2018-04-28 15:19:50 UTC ++++ bsb-http-chunked.cabal +@@ -43,5 +43,4 @@ Library + Blaze.ByteString.Builder.Internal.Write + + build-depends: base >= 4.3 && < 4.12, +- bytestring >= 0.9 && < 0.11, +- bytestring-builder < 0.11 ++ bytestring >= 0.9 && < 0.11 |