git: c1b3c47fd621 - main - misc/hs-hascard: Switch to GHC 9.2 for building.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 08:45:12 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=c1b3c47fd6216e1151efd3c27b29f3d24b015ea5 commit c1b3c47fd6216e1151efd3c27b29f3d24b015ea5 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-19 10:55:39 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-27 08:44:40 +0000 misc/hs-hascard: Switch to GHC 9.2 for building. --- misc/hs-hascard/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/hs-hascard/Makefile b/misc/hs-hascard/Makefile index ae89807ae96a..57c0391ea918 100644 --- a/misc/hs-hascard/Makefile +++ b/misc/hs-hascard/Makefile @@ -10,6 +10,8 @@ WWW= https://github.com/Yvee1/hascard LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ghc-9.2.7:lang/ghc92 + USES= cabal USE_CABAL= MonadPrompt-1.0.0.5 \ MonadRandom-0.6 \