Skip to content

Commit

Permalink
devel/hs-cabal-install: Bump PORTREVISION after GHC update.
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Aug 12, 2023
1 parent 6eae7f4 commit 5431e6a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion devel/hs-cabal-install/Makefile
@@ -1,7 +1,7 @@
PORTNAME= cabal-install
PORTVERSION= 3.10.1.0
DISTVERSIONPREFIX= ${PORTNAME}-v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= devel haskell
EXTRACT_ONLY= ${DISTNAME_DEFAULT}${_GITHUB_EXTRACT_SUFX}

Expand Down
22 changes: 18 additions & 4 deletions devel/hs-cabal-install/files/patch-bootstrap_linux-9.4.4.json
@@ -1,11 +1,20 @@
--- bootstrap/linux-9.4.4.json.orig 2023-03-09 15:46:30 UTC
+++ bootstrap/linux-9.4.4.json
@@ -6,7 +6,7 @@
},
{
"package": "ghc-prim",
- "version": "0.9.0"
+ "version": "0.9.1"
},
{
"package": "ghc-bignum",
@@ -14,7 +14,7 @@
},
{
"package": "base",
- "version": "4.17.0.0"
+ "version": "4.17.1.0"
+ "version": "4.17.2.0"
},
{
"package": "array",
Expand All @@ -14,7 +23,7 @@
{
"package": "ghc-boot-th",
- "version": "9.4.4"
+ "version": "9.4.5"
+ "version": "9.4.6"
},
{
"package": "pretty",
Expand All @@ -23,7 +32,7 @@
{
"package": "bytestring",
- "version": "0.11.3.1"
+ "version": "0.11.4.0"
+ "version": "0.11.5.1"
},
{
"package": "containers",
Expand All @@ -32,7 +41,7 @@
},
{
"package": "binary",
@@ -74,11 +74,11 @@
@@ -74,15 +74,15 @@
},
{
"package": "text",
Expand All @@ -46,3 +55,8 @@
},
{
"package": "process",
- "version": "1.6.16.0"
+ "version": "1.6.17.0"
},
{
"package": "stm",

0 comments on commit 5431e6a

Please sign in to comment.