git: 4779541f954a - main - lang/elm: Switch to GHC 8.10.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Jul 2022 10:26:05 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4779541f954a634e5628ecc3da8b48395a2e50be commit 4779541f954a634e5628ecc3da8b48395a2e50be Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2022-07-04 18:41:59 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2022-07-07 10:24:41 +0000 lang/elm: Switch to GHC 8.10.7 --- lang/elm/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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