git: 1de79ae096be - main - devel/hs-mueval: Switch to GHC 9.2 for building.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 08:45:19 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=1de79ae096bece569d47e4838bd542185350903c commit 1de79ae096bece569d47e4838bd542185350903c Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-19 12:37:09 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-27 08:44:42 +0000 devel/hs-mueval: Switch to GHC 9.2 for building. --- devel/hs-mueval/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index 16d745a1bdd5..e0fb634e4686 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -9,6 +9,8 @@ WWW= https://github.com/gwern/mueval LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ghc-9.2.7:lang/ghc92 + USES= cabal USE_CABAL= QuickCheck-2.14.2 \