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 /security/hs-crypto-conduit/files/patch-crypto-conduit.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 'security/hs-crypto-conduit/files/patch-crypto-conduit.cabal')
-rw-r--r-- | security/hs-crypto-conduit/files/patch-crypto-conduit.cabal | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal b/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal index 406550238d35..5ba5ff25f83f 100644 --- a/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal +++ b/security/hs-crypto-conduit/files/patch-crypto-conduit.cabal @@ -1,13 +1,14 @@ ---- crypto-conduit.cabal.orig 2014-11-12 15:04:14 UTC +--- crypto-conduit.cabal.orig 2014-11-12 15:04:14 UTC +++ crypto-conduit.cabal @@ -37,9 +37,9 @@ Library Build-depends: base >= 3 && < 5, bytestring >= 0.9, - cereal >= 0.3 && < 0.5, -+ cereal >= 0.3 && < 0.6, - conduit >= 1.0 && < 1.3, +- conduit >= 1.0 && < 1.3, - transformers >= 0.2 && < 0.5, ++ cereal >= 0.3 && < 0.6, ++ conduit >= 1.0 && < 1.4, + transformers >= 0.2 && < 0.6, resourcet if flag(conduit11) |