Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 08:45:27 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: ec3d7f4c1b0d - main - security/hs-cryptol: Switch to GHC 9.2 for building.
Message-ID:  <202305270845.34R8jR3n059276@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270845.34R8jR3n059276>