nixpkgs/pkgs/build-support/writers
Profpatsch a1aed2a716 builders/writeHaskell: build with threaded GHC runtime
Some haskell code starts silently hanging when not built with a
threaded runtime, so let’s assume people using `writeHaskell` don’t
care about micro-optimizations like this and do the expected thing.

Some architectures don’t support a threaded runtime, for these we
provide the `threadedRuntime` option to turn it off (it should fail at
build time in that case, easy to detect).

If somebody already passed `"-threaded"` before via ghcArgs, this
will not add the flag a second time. Thus it’s backward-compatible in
this regard.

I tested out both branches (with `-threaded` set and not set before),
on an example I had where the runtime would hang when not compiled
with `-threaded`.
2022-06-30 10:12:50 +02:00
..
aliases.nix writers.writePython2: remove 2021-12-15 09:56:14 +01:00
default.nix builders/writeHaskell: build with threaded GHC runtime 2022-06-30 10:12:50 +02:00
test.nix Add writeFSharp and makeFSharpWriter functions to writers 2022-02-28 17:40:43 -05:00