git: 7f17cdc8611a - main - math/hs-syfco: Switch to GHC 9.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 09:23:02 UTC
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