Skip to content

Commit 97f1cc4

Browse files
committed
devel/hs-cabal-install: Fix build with new GHC.
1 parent 9db3b6b commit 97f1cc4

File tree

2 files changed

+28
-5
lines changed

2 files changed

+28
-5
lines changed

‎devel/hs-cabal-install/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PORTNAME= cabal-install
22
DISTVERSIONPREFIX= ${PORTNAME}-
33
DISTVERSION= 3.4.0.0
4-
PORTREVISION= 1
4+
PORTREVISION= 2
55
CATEGORIES= devel haskell
66

77
MAINTAINER= haskell@FreeBSD.org

‎devel/hs-cabal-install/files/patch-bootstrap_linux-8.10.1.json‎

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,24 @@
1-
--- bootstrap/linux-8.10.1.json.orig 2021-03-05 14:30:13 UTC
1+
--- bootstrap/linux-8.10.1.json.orig 2021-02-20 10:28:17 UTC
22
+++ bootstrap/linux-8.10.1.json
3+
@@ -2,7 +2,7 @@
4+
"builtin": [
5+
{
6+
"package": "rts",
7+
- "version": "1.0"
8+
+ "version": "1.0.1"
9+
},
10+
{
11+
"package": "ghc-prim",
312
@@ -14,7 +14,7 @@
413
},
514
{
615
"package": "base",
716
- "version": "4.14.0.0"
8-
+ "version": "4.14.1.0"
17+
+ "version": "4.14.2.0"
918
},
1019
{
1120
"package": "array",
12-
@@ -26,7 +26,7 @@
21+
@@ -26,11 +26,11 @@
1322
},
1423
{
1524
"package": "bytestring",
@@ -18,6 +27,11 @@
1827
},
1928
{
2029
"package": "containers",
30+
- "version": "0.6.2.1"
31+
+ "version": "0.6.4.1"
32+
},
33+
{
34+
"package": "binary",
2135
@@ -62,7 +62,7 @@
2236
},
2337
{
@@ -37,7 +51,16 @@
3751
{
3852
"package": "ghc-boot-th",
3953
- "version": "8.10.1"
40-
+ "version": "8.10.4"
54+
+ "version": "8.10.5"
4155
},
4256
{
4357
"package": "template-haskell",
58+
@@ -86,7 +86,7 @@
59+
},
60+
{
61+
"package": "stm",
62+
- "version": "2.5.0.0"
63+
+ "version": "2.5.0.1"
64+
}
65+
],
66+
"dependencies": [

0 commit comments

Comments
 (0)