Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 09:23:02 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: 7f17cdc8611a - main - math/hs-syfco: Switch to GHC 9.4
Message-ID:  <202403020923.4229N2xV091279@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=7f17cdc8611aa3c5fd9565434a17d4ae4d06758b

commit 7f17cdc8611aa3c5fd9565434a17d4ae4d06758b
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-02 09:05:56 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-02 09:20:59 +0000

    math/hs-syfco: Switch to GHC 9.4
---
 math/hs-syfco/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/math/hs-syfco/Makefile b/math/hs-syfco/Makefile
index 25250fb2f5ec..d1cc64af78db 100644
--- a/math/hs-syfco/Makefile
+++ b/math/hs-syfco/Makefile
@@ -11,6 +11,8 @@ WWW=		https://github.com/reactive-systems/syfco
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	ghc-9.4.8:lang/ghc94
+
 USES=		cabal
 
 USE_GITHUB=	yes



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