A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
2022-08-02 13:29:41 +03:00
.buildkite Add evalSystem and evalPackages project args (#1546) 2022-07-28 20:03:05 +12:00
.github/workflows Auto rebase 2022-08-02 13:29:41 +03:00
builder Fix tool functions (#1570) 2022-08-01 23:57:29 +12:00
compiler specialize aggressively 2022-08-02 13:27:30 +03:00
docs Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
hix Add evalSystem and evalPackages project args (#1546) 2022-07-28 20:03:05 +12:00
lib Patched GHCJS 8.10 2022-08-02 13:27:30 +03:00
materialized Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
mk-local-hackage-repo Add evalSystem and evalPackages project args (#1546) 2022-07-28 20:03:05 +12:00
modules Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
overlays Enabled fast-weak for reflex 2022-08-02 13:27:30 +03:00
patches Patched GHCJS 8.10 2022-08-02 13:27:30 +03:00
scripts Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
test Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
.gitattributes Update ghc 8.4.4 based tools to ghc 8.6.5 (#618) 2020-05-21 11:31:26 +12:00
.gitignore bump nix tools (#476) 2020-03-06 17:19:45 +08:00
bors.toml Add bors.toml to enable bors 2020-03-05 12:22:57 +13:00
build.nix Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
changelog.md Add evalSystem and evalPackages project args (#1546) 2022-07-28 20:03:05 +12:00
ci-lib.nix Flakify all inputs (#1180) 2021-08-06 15:54:39 +12:00
ci.nix Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
config.nix Remove openssl-1.0.2u from list of whitelisted insecure packages (#1492) 2022-05-31 11:00:36 +12:00
COPYING License Apache 2.0 2019-04-29 11:08:31 +08:00
default.nix Update flake-compat (#1252) 2021-09-28 17:26:52 +13:00
dimension.nix Tidy ci.nix using dimension (#500) 2020-03-20 20:52:34 +13:00
flake.lock Update Hackage and Stackage 2022-08-02 01:16:20 +00:00
flake.nix Add ghc 9.2.4 (#1566) 2022-07-31 21:41:50 +12:00
hackage-src.json Update Hackage and Stackage 2021-08-06 01:13:20 +00:00
mkdocs.yml fix typo (#1213) 2021-08-25 11:51:47 +12:00
package-set.nix Updated system-nixpkgs-map.nix and a default for X11 package (fixes #984) (#988) 2021-01-08 13:10:00 +13:00
README.md Added readme 2022-08-02 13:29:41 +03:00
release-linux-only.nix Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
release.nix ifdLevel 3 2022-05-13 10:59:32 +12:00
shell.nix Flakify all inputs (#1180) 2021-08-06 15:54:39 +12:00
snapshots.nix Default reinstallableLibGhc to true (#1498) 2022-06-02 13:21:12 +12:00
stackage-src.json Update Hackage and Stackage 2021-08-05 01:13:16 +00:00

What is this fork?

This fork contains a patched version of GHCJS 8.10 which improves performance and memory usage.

For more info see this PR: https://github.com/input-output-hk/haskell.nix/pull/1306

Package versions

This branch is updated every day with commits from https://github.com/input-output-hk/haskell.nix/tree/master. This means that it receives all of the updates the initial project does.

Caching

Building the patched compiler itself takes around 2-3 hours. The Typeable public nix cache probably has a cached version of the compiler. You can follow these instruction to set it up: app.cachix.org/organization/typeable/cache/typeable.


haskell.nix is infrastructure for building Haskell packages with Nix

haskell.nix can automatically translate your Cabal or Stack project and its dependencies into Nix code.

Documentation

Help! Something isn't working

The #1 problem that people have when using haskell.nix is that they find themselves building GHC. This should not happen, but you must follow the haskell.nix setup instructions properly to avoid it. If you find this happening to you, please check that you have followed the getting started instructions and consult the corresponding troubleshooting section.

The troubleshooting documentation also contains some help for other common issues. Please give it a read before asking on IRC or opening an issue.

If you're still stuck, join the #haskell.nix channel on irc.libera.chat, or open an issue.

The haskell.nix repository contains the runtime system for building Haskell packages in Nix. It depends on other repos, which are:

  • nix-tools — provides the programs for generating Nix expressions from Haskell projects.

  • hackage.nix — the latest contents of the Hackage databases, converted to Nix expressions.

  • stackage.nix — all of the Stackage snapshots, converted to Nix expressions.