aboutsummaryrefslogtreecommitdiff
path: root/lang/elm
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2022-07-04 18:41:59 +0000
committerGleb Popov <arrowd@FreeBSD.org>2022-07-07 10:24:41 +0000
commit4779541f954a634e5628ecc3da8b48395a2e50be (patch)
tree212c70057a140e187dbd87e6c0ea63961d5dcadc /lang/elm
parente5c64542d1d2c62dac66e92e54d91eb9faaafa6f (diff)
downloadports-4779541f954a634e5628ecc3da8b48395a2e50be.tar.gz
ports-4779541f954a634e5628ecc3da8b48395a2e50be.zip
lang/elm: Switch to GHC 8.10.7
Diffstat (limited to 'lang/elm')
-rw-r--r--lang/elm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/elm/Makefile b/lang/elm/Makefile
index 330f1fac5779..f85550b0cf6f 100644
--- a/lang/elm/Makefile
+++ b/lang/elm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= elm
PORTVERSION= 0.19.1
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang
MASTER_SITES= LOCAL/arrowd/:package_list
DISTFILES= elm-compiler-bootstrap-${PORTVERSION}${EXTRACT_SUFX}:package_list
@@ -12,6 +12,8 @@ COMMENT= Delightful language for reliable webapps
LICENSE= BSD3CLAUSE
+BUILD_DEPENDS= ghc-8.10.7:lang/ghc810
+
USES= cabal
USE_GITHUB= yes