From fff1aa535b4a18a05d872de7c9afb3dbf9f6013b Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Fri, 25 May 2018 21:44:12 +0000 Subject: 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 --- devel/hs-free/files/patch-free.cabal | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/hs-free/files/patch-free.cabal (limited to 'devel/hs-free/files/patch-free.cabal') diff --git a/devel/hs-free/files/patch-free.cabal b/devel/hs-free/files/patch-free.cabal new file mode 100644 index 000000000000..eb57b615aa32 --- /dev/null +++ b/devel/hs-free/files/patch-free.cabal @@ -0,0 +1,11 @@ +--- free.cabal.orig 2018-04-15 20:31:19 UTC ++++ free.cabal +@@ -84,7 +84,7 @@ library + transformers-base < 0.5, + transformers-compat >= 0.3 && < 1, + template-haskell >= 2.7.0.0 && < 3, +- exceptions >= 0.6 && < 0.10, ++ exceptions >= 0.6 && < 0.11, + containers < 0.6 + + exposed-modules: -- cgit v1.2.3