File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,13 @@ in {
101
101
++ fromUntil "8.6.4" "8.8" ./patches/ghc/global-offset-table.patch
102
102
++ fromUntil "8.6.4" "8.8" ./patches/ghc/global-offset-table-2.patch
103
103
104
- # Patches for specific ghc versions.
105
104
++ self . lib . optional ( version == "8.6.3" ) ./patches/ghc/T16057--ghci-doa-on-windows.patch
106
105
++ self . lib . optional ( version == "8.6.3" ) ./patches/ghc/ghc-8.6.3-reinstallable-lib-ghc.patch
107
106
++ self . lib . optional ( version == "8.6.4" ) ./patches/ghc/ghc-8.6.4-reinstallable-lib-ghc.patch
108
107
++ self . lib . optional ( version == "8.6.5" ) ./patches/ghc/ghc-8.6.5-reinstallable-lib-ghc.patch
109
108
++ self . lib . optional ( version == "8.6.5" ) ./patches/ghc/ghc-8.6.5-atomic-arm-arch.patch
110
109
++ self . lib . optional ( version == "8.8.1" ) ./patches/ghc/ghc-8.8.1-reinstallable-lib-ghc.patch
111
- ++ self . lib . optional ( version == "8.8.2" ) ./patches/ghc/ghc-8.8.2-reinstallable-lib-ghc.patch
110
+ ++ fromUntil "8.8.2" "8.9" ./patches/ghc/ghc-8.8.2-reinstallable-lib-ghc.patch
112
111
++ self . lib . optional ( version == "8.6.4" ) ./patches/ghc/ghc-8.6.4-better-plusSimplCountErrors.patch
113
112
++ self . lib . optional ( versionAtLeast "8.6.4" && self . stdenv . isDarwin ) ./patches/ghc/ghc-macOS-loadArchive-fix.patch
114
113
++ self . lib . optional ( versionAtLeast "8.4.4" && self . stdenv . isDarwin ) ./patches/ghc/ghc-darwin-gcc-version-fix.patch
You can’t perform that action at this time.
0 commit comments