diff options
author | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-02 20:48:28 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2023-03-02 20:49:23 +0300 |
commit | eabf244707d70a31c594dfa3953320267725514c (patch) | |
tree | 35ead330fc4e7e4c6e3edfc675ed9a95cc1c64f2 | |
parent | devel/py-dill: Update 0.3.4 → 0.3.6 (diff) |
devel/hs-cabal-install: Unbreak build after GHC update.
Reported by: pkg-fallout
-rw-r--r-- | devel/hs-cabal-install/Makefile | 2 | ||||
-rw-r--r-- | 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", |