Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Mar 2023 17:49:30 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: eabf244707d7 - main - devel/hs-cabal-install: Unbreak build after GHC update.
Message-ID:  <202303021749.322HnUje085162@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=eabf244707d70a31c594dfa3953320267725514c

commit eabf244707d70a31c594dfa3953320267725514c
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2023-03-02 17:48:28 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2023-03-02 17:49:23 +0000

    devel/hs-cabal-install: Unbreak build after GHC update.
    
    Reported by:    pkg-fallout
---
 devel/hs-cabal-install/Makefile                                | 2 +-
 devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.7.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/devel/hs-cabal-install/Makefile b/devel/hs-cabal-install/Makefile
index f487328d2b38..c23e379f5a2c 100644
--- a/devel/hs-cabal-install/Makefile
+++ b/devel/hs-cabal-install/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	cabal-install
 PORTVERSION=	3.6.2.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel haskell
 EXTRACT_ONLY=	${DISTNAME_DEFAULT}${_GITHUB_EXTRACT_SUFX}
 
diff --git a/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.7.json b/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.7.json
index 98e0e73197ee..6dde807e2446 100644
--- a/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.7.json
+++ b/devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.7.json
@@ -191,7 +191,7 @@
          {
              "package": "ghc-boot-th",
 -            "version": "8.10.7"
-+            "version": "9.2.6"
++            "version": "9.2.7"
          },
          {
              "package": "pretty",



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