Date: Sat, 2 Mar 2024 09:22:50 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: 2c3b6a1c6cd6 - main - devel/hs-git-annex: Switch to GHC 9.4 Message-ID: <202403020922.4229MoYs090794@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=2c3b6a1c6cd6fb13d199d250d0c4b6fd1892418a commit 2c3b6a1c6cd6fb13d199d250d0c4b6fd1892418a Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-02-28 20:20:28 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-02 09:20:56 +0000 devel/hs-git-annex: Switch to GHC 9.4 --- devel/hs-git-annex/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/hs-git-annex/Makefile b/devel/hs-git-annex/Makefile index 952bd4cc6eb1..f8ee42d319e2 100644 --- a/devel/hs-git-annex/Makefile +++ b/devel/hs-git-annex/Makefile @@ -12,7 +12,8 @@ BROKEN_aarch64= compiler crashes BUILD_DEPENDS= rsync:net/rsync \ git:devel/git \ - gsha256sum:sysutils/coreutils + gsha256sum:sysutils/coreutils \ + ghc-9.4.8:lang/ghc94 RUN_DEPENDS= rsync:net/rsync \ git:devel/git \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403020922.4229MoYs090794>