diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-05-25 21:44:12 +0000 |
commit | fff1aa535b4a18a05d872de7c9afb3dbf9f6013b (patch) | |
tree | 86e71c0056b8414191c8b421101694a177fec03e /net/hs-bsb-http-chunked/files/patch-bsb-http-chunked.cabal | |
parent | Rename net/bird-devel to net/bird2 (diff) |
Update lang/ghc 8.4.2 and the hs-* ports the newer versions
* Update lang/ghc to 8.4.2
* Update the boostrap compiler to 8.4.1
* Update the many hs-* ports
* Bump the rest
Thanks a lot to arrowd for doing all the heavy lifting :)
PR: 227968
Exp-run by: antoine
Submitted by: arrowd
Differential Revision: https://reviews.freebsd.org/D15005
Notes
Notes:
svn path=/head/; revision=470870
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 |