git: 39e1a98879ee - main - devel/hs-mueval: Switch to GHC 9.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Mar 2024 09:22:57 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=39e1a98879eedf17d01b88ae30f29e846eca5e77 commit 39e1a98879eedf17d01b88ae30f29e846eca5e77 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2024-03-02 08:13:07 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-03-02 09:20:57 +0000 devel/hs-mueval: Switch to GHC 9.4 --- devel/hs-mueval/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/hs-mueval/Makefile b/devel/hs-mueval/Makefile index 8740a9fa43a5..7563ba963cd0 100644 --- a/devel/hs-mueval/Makefile +++ b/devel/hs-mueval/Makefile @@ -8,6 +8,8 @@ WWW= https://github.com/gwern/mueval LICENSE= BSD3CLAUSE +BUILD_DEPENDS= ghc-9.4.8:lang/ghc94 + USES= cabal USE_CABAL= QuickCheck-2.14.3 \