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 /dns/hs-dns/files/patch-dns.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 'dns/hs-dns/files/patch-dns.cabal')
-rw-r--r-- | dns/hs-dns/files/patch-dns.cabal | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dns/hs-dns/files/patch-dns.cabal b/dns/hs-dns/files/patch-dns.cabal deleted file mode 100644 index deed89903df0..000000000000 --- a/dns/hs-dns/files/patch-dns.cabal +++ /dev/null @@ -1,34 +0,0 @@ ---- dns.cabal.orig 2017-07-11 15:30:47 UTC -+++ dns.cabal -@@ -30,7 +30,6 @@ Library - , attoparsec - , binary - , bytestring -- , bytestring-builder - , conduit >= 1.1 - , conduit-extra >= 1.1 - , containers -@@ -45,7 +44,6 @@ Library - , attoparsec - , binary - , bytestring -- , bytestring-builder - , conduit >= 1.1 - , conduit-extra >= 1.1 - , containers -@@ -67,7 +65,6 @@ Test-Suite network - Build-Depends: dns - , base - , bytestring -- , bytestring-builder - , hspec - - Test-Suite spec -@@ -82,7 +79,6 @@ Test-Suite spec - , attoparsec - , binary - , bytestring -- , bytestring-builder - , conduit >= 1.1 - , conduit-extra >= 1.1 - , containers |