Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 08:45:21 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: 1f44f7ad8560 - main - cad/hs-verismith: Switch to GHC 9.2 for building.
Message-ID:  <202305270845.34R8jLGE059124@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=1f44f7ad8560a05a4a4004bd552becad71b07e8c

commit 1f44f7ad8560a05a4a4004bd552becad71b07e8c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-05-19 12:38:43 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-05-27 08:44:42 +0000

    cad/hs-verismith: Switch to GHC 9.2 for building.
---
 cad/hs-verismith/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cad/hs-verismith/Makefile b/cad/hs-verismith/Makefile
index b3addd487c4d..37d5c85dac8f 100644
--- a/cad/hs-verismith/Makefile
+++ b/cad/hs-verismith/Makefile
@@ -14,6 +14,8 @@ WWW=		https://github.com/ymherklotz/verismith
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BUILD_DEPENDS=	ghc-9.2.7:lang/ghc92
+
 USES=		cabal
 
 USE_CABAL=	OneTuple-0.3.1_3 \



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