git: ec3d7f4c1b0d - main - security/hs-cryptol: Switch to GHC 9.2 for building.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 May 2023 08:45:27 UTC
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ec3d7f4c1b0de21660ee6c108c1200abbc82ced6 commit ec3d7f4c1b0de21660ee6c108c1200abbc82ced6 Author: Gleb Popov <arrowd@FreeBSD.org> AuthorDate: 2023-05-19 14:05:39 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2023-05-27 08:44:43 +0000 security/hs-cryptol: Switch to GHC 9.2 for building. --- security/hs-cryptol/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/hs-cryptol/Makefile b/security/hs-cryptol/Makefile index a473c5015478..affc1afc0637 100644 --- a/security/hs-cryptol/Makefile +++ b/security/hs-cryptol/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_aarch64= fails to build: src/LibBF/Mutable.hsc error: Couldn't match type `Int64' with `Int32' BROKEN_i386= One of dependencies doesn't build on i386 +BUILD_DEPENDS= ghc-9.2.7:lang/ghc92 RUN_DEPENDS= z3:math/z3 USES= cabal