From fdd3544ee95d6aa5d7e0ee85c60fafbcbf63c2ff Mon Sep 17 00:00:00 2001 From: Gleb Popov Date: Fri, 26 Dec 2025 21:03:35 +0300 Subject: [PATCH] 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