A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
2021-08-05 01:13:16 +00:00
.buildkite niv update nixpkgs-unstable and add ghc 8.10.5 (#1121) 2021-06-15 19:50:45 +12:00
builder Check that the library component package.conf.d/*.conf file is created (#956) 2021-07-06 13:24:17 +12:00
compiler Updated ghcjs 8.10 (#1153) 2021-06-30 12:58:28 +12:00
docs fix #1173: have CI build/cache GHC 8.10.4 (#1174) 2021-08-02 13:38:28 +12:00
hix Fix typo in hix project (#1161) 2021-07-05 11:16:15 +12:00
lib Add ole32 and rpcrt4 stubs (needed to build process package on windows). (#1172) 2021-07-23 18:16:40 +12:00
materialized Update materialization for ghc810420210212 (#1175) 2021-07-26 15:05:24 +12:00
mk-local-hackage-repo Throw better error when conf files are missing (#1030) 2021-02-08 03:13:31 +13:00
modules Better support for source-repository-packages, only include planned components and pick latest packages (#1166) 2021-07-23 14:27:56 +12:00
nix Bump nix-tools to PR input-output-hk/nix-tools#98 branch (#1184) 2021-08-03 12:01:42 +12:00
overlays Remove some flake specifics that can mess-up caching. (#1176) 2021-07-28 12:38:03 +12:00
patches Fix singletons patch (#409) 2020-01-21 17:10:48 +08:00
scripts Update internalHackageIndexState (#1139) 2021-06-16 22:10:42 +12:00
test Better support for source-repository-packages, only include planned components and pick latest packages (#1166) 2021-07-23 14:27:56 +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 nixpkgs-2105 (#1133) 2021-06-23 13:28:52 +12:00
changelog.md Better support for source-repository-packages, only include planned components and pick latest packages (#1166) 2021-07-23 14:27:56 +12:00
ci-lib.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
ci.nix fix #1173: have CI build/cache GHC 8.10.4 (#1174) 2021-08-02 13:38:28 +12: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 Remove some flake specifics that can mess-up caching. (#1176) 2021-07-28 12:38:03 +12:00
dimension.nix Tidy ci.nix using dimension (#500) 2020-03-20 20:52:34 +13:00
flake.nix Remove some flake specifics that can mess-up caching. (#1176) 2021-07-28 12:38:03 +12:00
hackage-src.json Update Hackage and Stackage 2021-08-05 01:13:16 +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 Update IRC 2021-05-24 16:07:06 +08:00
release-linux-only.nix Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
release.nix Put ifdLevel back to 3 (#1187) 2021-08-03 13:43:06 +12:00
shell.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +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.