Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 04 Jan 2026 21:56:45 +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: 6d49aa1ca072 - main - textproc/hs-lhs2tex: Switch to GHC 9.8
Message-ID:  <695ae21d.c7f0.63124cf2@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=6d49aa1ca072bd5f81ebe5e1d9d6aafe97a7bde3

commit 6d49aa1ca072bd5f81ebe5e1d9d6aafe97a7bde3
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2025-12-26 18:55:24 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2026-01-04 21:50:52 +0000

    textproc/hs-lhs2tex: Switch to GHC 9.8
---
 textproc/hs-lhs2tex/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile
index 29b6458d6046..e2324ee06d09 100644
--- a/textproc/hs-lhs2tex/Makefile
+++ b/textproc/hs-lhs2tex/Makefile
@@ -8,6 +8,8 @@ WWW=		https://www.andres-loeh.de/lhs2tex/
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	ghc-9.8.4:lang/ghc98
+
 USES=		cabal tex
 USE_CABAL=	regex-base-0.94.0.2_4 \
 		regex-compat-0.95.2.1_2 \
@@ -16,4 +18,6 @@ USE_TEX=	latex dvipsk
 
 CABAL_EXECUTABLES=	lhs2TeX
 
+BINARY_ALIAS=	ghci=${LOCALBASE}/bin/ghci-9.8.4
+
 .include <bsd.port.mk>


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?695ae21d.c7f0.63124cf2>