A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
2021-04-24 01:13:17 +00:00
.buildkite Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
builder Fix shellFor components argument (#1079) 2021-04-08 15:33:09 +12:00
compiler GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13:00
docs Add crossPlatforms arg to shellFor (#1089) 2021-04-16 17:50:10 +12:00
lib Fix shellFor components argument (#1079) 2021-04-08 15:33:09 +12:00
materialized GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13:00
mk-local-hackage-repo Throw better error when conf files are missing (#1030) 2021-02-08 03:13:31 +13:00
modules Use nix module system to check project arguments (#1087) 2021-04-08 12:06:26 +12:00
nix Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
overlays Update unboxed tuple patch for ghc 8.10 (#1093) 2021-04-18 02:38:07 +12:00
patches Fix singletons patch (#409) 2020-01-21 17:10:48 +08:00
scripts Add getComponent to project and package (#1060) 2021-03-04 20:10:58 +13:00
test GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13: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.0.1 (#1032) 2021-03-28 21:03:20 +13:00
changelog.md Use nix module system to check project arguments (#1087) 2021-04-08 12:06:26 +12:00
ci-lib.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
ci.nix GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13: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 Add nixpkgs-unstable (#1025) 2021-02-03 22:38:33 +13:00
dimension.nix Tidy ci.nix using dimension (#500) 2020-03-20 20:52:34 +13:00
flake.nix Add more flakes support and getting started guide (#972) 2021-02-22 20:42:33 +13:00
hackage-src.json Update Hackage and Stackage 2021-04-24 01:13:17 +00:00
mkdocs.yml Publish the flaskes documentation in the TOC (#1066) 2021-03-18 19:50:29 +13: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 Improve binary caching documentation, make more salient (#875) 2020-10-13 15:37:04 +13:00
release-linux-only.nix Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
release.nix ifdLevel 3 2021-03-21 21:52:11 +13:00
shell.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
snapshots.nix Add ghc8102-plutus as a compiler-nix-name (#848) 2020-10-21 17:04:47 +13:00
stackage-src.json Update Hackage and Stackage 2021-04-23 01:21:12 +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.freenode.net, 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.