git: 1f44f7ad8560 - main - cad/hs-verismith: Switch to GHC 9.2 for building.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 08:45:21 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1f44f7ad8560a05a4a4004bd552becad71b07e8c commit 1f44f7ad8560a05a4a4004bd552becad71b07e8c Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-19 12:38:43 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-27 08:44:42 +0000 cad/hs-verismith: Switch to GHC 9.2 for building. --- cad/hs-verismith/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cad/hs-verismith/Makefile b/cad/hs-verismith/Makefile index b3addd487c4d..37d5c85dac8f 100644 --- a/cad/hs-verismith/Makefile +++ b/cad/hs-verismith/Makefile @@ -14,6 +14,8 @@ WWW= https://github.com/ymherklotz/verismith LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ghc-9.2.7:lang/ghc92 + USES= cabal USE_CABAL= OneTuple-0.3.1_3 \