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-activehs-base/files/patch-activehs-base.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'devel/hs-activehs-base/files/patch-activehs-base.cabal') diff --git a/devel/hs-activehs-base/files/patch-activehs-base.cabal b/devel/hs-activehs-base/files/patch-activehs-base.cabal index 47ab808ddeba..0dfb929b58a4 100644 --- a/devel/hs-activehs-base/files/patch-activehs-base.cabal +++ b/devel/hs-activehs-base/files/patch-activehs-base.cabal @@ -3,8 +3,9 @@ @@ -22,6 +22,6 @@ Library ActiveHs.Base Build-Depends: - base >= 4.0 && < 4.10, +- base >= 4.0 && < 4.10, - QuickCheck >= 2.4 && < 2.9 ++ base >= 4.0 && < 4.12, + QuickCheck >= 2.4 && < 2.11 -- cgit v1.2.3