aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-02 09:05:56 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-02 09:20:59 +0000
commit7f17cdc8611aa3c5fd9565434a17d4ae4d06758b (patch)
tree0f475f9b67c9bca6cf13f3aa7080267ced9cfd58
parent24cb501aeabfbc8828dd105d5cb56f24c9fce25c (diff)
downloadports-7f17cdc8611aa3c5fd9565434a17d4ae4d06758b.tar.gz
ports-7f17cdc8611aa3c5fd9565434a17d4ae4d06758b.zip
math/hs-syfco: Switch to GHC 9.4
-rw-r--r--math/hs-syfco/Makefile2
1 files changed, 2 insertions, 0 deletions
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