Skip to content

Commit e30ce69

Browse files
committed
Try without -j1 on windows now uniques patch is updated
1 parent 2bc0588 commit e30ce69

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

builder/comp-builder.nix

-8
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,6 @@ let
223223
"--ghc-option=-fPIC" "--gcc-option=-fPIC"
224224
]
225225
++ map (o: ''--ghc${lib.optionalString (stdenv.hostPlatform.isGhcjs) "js"}-options="${o}"'') ghcOptions
226-
++ lib.optional (
227-
# GHC 9.2 cross compiler built with older versions of GHC seem to have problems
228-
# with unique conters. Perhaps because the name changed for the counters.
229-
# TODO This work around to use `-j1` should be removed once we are able to build 9.2 with 9.2.
230-
haskellLib.isCrossHost
231-
&& builtins.compareVersions defaults.ghc.version "9.2.1" >= 0
232-
&& builtins.compareVersions defaults.ghc.version "9.3" < 0)
233-
"--ghc-options=-j1"
234226
);
235227

236228
executableToolDepends =

0 commit comments

Comments
 (0)