Skip to content

Commit 45be9e4

Browse files
committed
remove bundled-binary-generic flag
1 parent 1b5222d commit 45be9e4

File tree

7 files changed

+6
-20
lines changed

7 files changed

+6
-20
lines changed

Cabal/Cabal.cabal

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ source-repository head
3030
location: https://github.com/haskell/cabal/
3131
subdir: Cabal
3232

33-
flag bundled-binary-generic
34-
default: False
35-
3633
library
3734
default-language: Haskell2010
3835
hs-source-dirs: src
@@ -334,11 +331,6 @@ library
334331
Distribution.ZinzaPrelude
335332
Paths_Cabal
336333

337-
if flag(bundled-binary-generic)
338-
other-modules:
339-
Distribution.Compat.Binary.Class
340-
Distribution.Compat.Binary.Generic
341-
342334
other-extensions:
343335
BangPatterns
344336
CPP

bootstrap/linux-8.10.4.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
"source": "local",
9494
"package": "Cabal",
9595
"version": "3.6.0.0",
96-
"flags": [
97-
"-bundled-binary-generic"
98-
],
96+
"flags": [],
9997
"cabal_sha256": null,
10098
"src_sha256": null,
10199
"revision": null

bootstrap/linux-8.10.4.plan.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bootstrap/linux-8.6.5.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,7 @@
102102
"source": "local",
103103
"package": "Cabal",
104104
"version": "3.6.0.0",
105-
"flags": [
106-
"-bundled-binary-generic"
107-
],
105+
"flags": [],
108106
"cabal_sha256": null,
109107
"src_sha256": null,
110108
"revision": null

bootstrap/linux-8.6.5.plan.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

bootstrap/linux-8.8.4.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@
9393
"source": "local",
9494
"package": "Cabal",
9595
"version": "3.6.0.0",
96-
"flags": [
97-
"-bundled-binary-generic"
98-
],
96+
"flags": [],
9997
"cabal_sha256": null,
10098
"src_sha256": null,
10199
"revision": null

bootstrap/linux-8.8.4.plan.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)