git: 2c3b6a1c6cd6 - main - devel/hs-git-annex: Switch to GHC 9.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 09:22:50 UTC
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 \