A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
Hamish Mackenzie fc124c83a8
ifdLevel 3
2022-05-13 10:59:32 +12:00
.buildkite Add GHC 8.10.7 (#1220) 2021-09-01 22:43:31 +12:00
.github/workflows Update windows-secp256k1 github action (#1428) 2022-04-05 18:53:13 +12:00
builder Allow packages to specify external static plugins 2022-05-02 11:08:42 -04:00
compiler Work around for packages in lts that do not install. (#1437) 2022-04-20 15:25:21 +12:00
docs supported-ghc-versions.md: We have 9.2.2 (#1452) 2022-04-23 14:38:06 +12:00
hix Flakify all inputs (#1180) 2021-08-06 15:54:39 +12:00
lib added icu-i18n mapping (#1451) 2022-04-22 16:03:58 +01:00
materialized Update materialization (#1449) 2022-04-21 21:12:51 +12:00
mk-local-hackage-repo Don't use allowSubstitutes=false (#1389) 2022-03-03 15:17:42 +13:00
modules Merge branch 'external-static-8.10.4' 2022-05-03 13:38:16 -04:00
overlays Merge branch 'external-static-8.10.4' 2022-05-03 13:38:16 -04:00
patches Fix ghcide 1.7 and ghc810420210212 (#1462) 2022-05-03 21:07:31 +12:00
scripts Update materialization (#1449) 2022-04-21 21:12:51 +12:00
test Allow packages to specify external static plugins 2022-05-02 11:08:42 -04: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 Remove canCleanSource (#1409) 2022-03-25 12:57:36 +13:00
changelog.md Improve support for external Hackage repositories (#1370) 2022-02-18 00:42:11 +13:00
ci-lib.nix Flakify all inputs (#1180) 2021-08-06 15:54:39 +12:00
ci.nix Try to get hydra to build Plutus GHC 2022-04-26 07:23:03 -04:00
config.nix drop the prebuilt rocksdb (#775) 2020-07-21 10:00:26 +08: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-05-12 01:19:00 +00:00
flake.nix always clean the source, no matter what (#1403) 2022-03-19 02:08:11 +13: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 fix readme links (#1326) 2022-01-02 10:38:31 +08: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 Better support for source-repository-packages, only include planned components and pick latest packages (#1166) 2021-07-23 14:27:56 +12:00
stackage-src.json Update Hackage and Stackage 2021-08-05 01:13:16 +00:00

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.