Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Mar 2024 09:22:59 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: c1468aef7113 - main - games/hs-scroll: Switch to GHC 9.4
Message-ID:  <202403020922.4229Mxde091142@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=c1468aef7113b3d15b715f96e1bf50264e194419

commit c1468aef7113b3d15b715f96e1bf50264e194419
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-02 08:31:47 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-02 09:20:58 +0000

    games/hs-scroll: Switch to GHC 9.4
---
 games/hs-scroll/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/games/hs-scroll/Makefile b/games/hs-scroll/Makefile
index e4e4603901b0..3eaca87aeca0 100644
--- a/games/hs-scroll/Makefile
+++ b/games/hs-scroll/Makefile
@@ -9,6 +9,8 @@ WWW=		https://joeyh.name/code/scroll/
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	ghc-9.4.8:lang/ghc94
+
 USES=		cabal
 
 USE_CABAL=	IfElse-0.85 \



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