Skip to content

Commit 6642ebc

Browse files
committed
Disable one-shot-kqueue-on-macos patch on ghc-8.10
1 parent 34a0e8c commit 6642ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overlays/bootstrap.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ in {
101101
++ fromUntil "8.6.4" "8.8" ./patches/ghc/global-offset-table.patch
102102
++ fromUntil "8.6.4" "8.8" ./patches/ghc/global-offset-table-2.patch
103103
++ always ./patches/ghc/respect-ar-path.patch
104-
++ until "8.12" ./patches/ghc/MR2537-use-one-shot-kqueue-on-macos.patch
104+
++ until "8.10" ./patches/ghc/MR2537-use-one-shot-kqueue-on-macos.patch
105105
++ final.lib.optional (version == "8.6.3") ./patches/ghc/T16057--ghci-doa-on-windows.patch
106106
++ final.lib.optional (version == "8.6.3") ./patches/ghc/ghc-8.6.3-reinstallable-lib-ghc.patch
107107
++ final.lib.optional (version == "8.6.4") ./patches/ghc/ghc-8.6.4-reinstallable-lib-ghc.patch

0 commit comments

Comments
 (0)