Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2022 10:26:05 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4779541f954a - main - lang/elm: Switch to GHC 8.10.7
Message-ID:  <202207071026.267AQ5ca096354@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207071026.267AQ5ca096354>