git: 5cb8742785be - 2023Q1 - devel/hs-cabal-install: Unbreak build after GHC update.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Mar 2023 17:50:16 UTC
The branch 2023Q1 has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=5cb8742785be92bb46edc1d241857692f80d20f5 commit 5cb8742785be92bb46edc1d241857692f80d20f5 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:50:07 +0000 devel/hs-cabal-install: Unbreak build after GHC update. Reported by: pkg-fallout (cherry picked from commit eabf244707d70a31c594dfa3953320267725514c) --- 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",