aboutsummaryrefslogtreecommitdiff
path: root/lang/ghc/Makefile
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2021-01-01 15:03:48 +0000
committerGleb Popov <arrowd@FreeBSD.org>2021-01-01 15:03:48 +0000
commitea5e89e25baa3803eeb4128e7753a62f4950ad30 (patch)
treed7aa99ead425a4a436c8b5addaf8a2be3cf11e6a /lang/ghc/Makefile
parent266d1cee01a02349f9e2cf203e5feab25f23123f (diff)
downloadports-ea5e89e25baa3803eeb4128e7753a62f4950ad30.tar.gz
ports-ea5e89e25baa3803eeb4128e7753a62f4950ad30.zip
lang/ghc: Update to 8.10.3 and bump devel/hs-cabal-install.
While there, add GHC_VERSION and CABAL_VERSION to the PLIST_SUB to reduce pkg-plist diffs between updates.
Notes
Notes: svn path=/head/; revision=559832
Diffstat (limited to 'lang/ghc/Makefile')
-rw-r--r--lang/ghc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile
index b6c0d423b55c..d609cdef00c6 100644
--- a/lang/ghc/Makefile
+++ b/lang/ghc/Makefile
@@ -74,12 +74,15 @@ BOOT_SUB_LIST_OFF= HSC2HS=${BOOT_HSC2HS}
PROFILE_SUB_LIST= WITH_PROFILE="YES"
PROFILE_SUB_LIST_OFF= WITH_PROFILE="NO"
-GHC_VERSION= 8.10.2
+GHC_VERSION= 8.10.3
+CABAL_VERSION= 3.2.1.0
HSCOLOUR_VERSION= 1.24.4
LLVM_VERSION= 90
# LLVM version that bootstrap compiler uses
BOOT_LLVM_VERSION= 60
+PLIST_SUB= GHC_VERSION=${GHC_VERSION} CABAL_VERSION=${CABAL_VERSION}
+
.include <bsd.port.pre.mk>
# This version of ncurses is needed by bootstrap compiler