Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2026 21:56:38 +0000
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: fdd3544ee95d - main - textproc/cgrep: Switch to GHC 9.8
Message-ID:  <695ae216.cf64.2a20beab@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by arrowd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fdd3544ee95d6aa5d7e0ee85c60fafbcbf63c2ff

commit fdd3544ee95d6aa5d7e0ee85c60fafbcbf63c2ff
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-12-26 18:03:35 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-01-04 21:50:50 +0000

    textproc/cgrep: Switch to GHC 9.8
---
 textproc/cgrep/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/textproc/cgrep/Makefile b/textproc/cgrep/Makefile
index da3cc506a62c..5f8b44bef6a9 100644
--- a/textproc/cgrep/Makefile
+++ b/textproc/cgrep/Makefile
@@ -9,6 +9,7 @@ WWW=		https://awgn.github.io/cgrep/
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	ghc-9.8.4:lang/ghc98
 LIB_DEPENDS=	libpcre.so:devel/pcre
 
 USES=		cabal pkgconfig


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695ae216.cf64.2a20beab>