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 {
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
104- # Patches for specific ghc versions.
105104 ++ self . lib . optional ( version == "8.6.3" ) ./patches/ghc/T16057--ghci-doa-on-windows.patch
106105 ++ self . lib . optional ( version == "8.6.3" ) ./patches/ghc/ghc-8.6.3-reinstallable-lib-ghc.patch
107106 ++ self . lib . optional ( version == "8.6.4" ) ./patches/ghc/ghc-8.6.4-reinstallable-lib-ghc.patch
108107 ++ self . lib . optional ( version == "8.6.5" ) ./patches/ghc/ghc-8.6.5-reinstallable-lib-ghc.patch
109108 ++ self . lib . optional ( version == "8.6.5" ) ./patches/ghc/ghc-8.6.5-atomic-arm-arch.patch
110109 ++ 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
112111 ++ self . lib . optional ( version == "8.6.4" ) ./patches/ghc/ghc-8.6.4-better-plusSimplCountErrors.patch
113112 ++ self . lib . optional ( versionAtLeast "8.6.4" && self . stdenv . isDarwin ) ./patches/ghc/ghc-macOS-loadArchive-fix.patch
114113 ++ 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