A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
2020-11-11 01:16:11 +00:00
.buildkite Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
builder Adds experimental TSan logic. This will require a custom compiler (#910) 2020-11-06 18:23:12 +13:00
compiler Add enableDWARF and useLLVM (#909) 2020-11-05 18:43:38 +13:00
docs Allow for hoogle to be materialized in shellFor (#902) 2020-10-31 20:46:54 +13:00
lib Add comment (#921) 2020-11-10 21:13:12 +13:00
materialized Fix dumby GHC 8.10 Booter Version (#896) 2020-10-27 17:17:36 +13:00
mk-local-hackage-repo Use runCommandLocal for dotCabal (#901) 2020-11-07 00:18:53 +13:00
modules Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
nix custom 8.6.5-iohk ghc (#906) 2020-10-31 20:07:00 +13:00
nix-tools Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
overlays don't try to set enableRelocatableStaticLibs = false on aarch32 as that parameter is no longer recognized and it's already disabled by the compiler/ghc/default.nix default for enableRelocatedStaticLibs (#911) 2020-11-10 21:18:26 +13:00
patches Fix singletons patch (#409) 2020-01-21 17:10:48 +08:00
scripts Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
test Fix coverage test broken by #897 (#898) 2020-10-29 12:04:06 +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 Include hls 0.5.1 in cache (#881) 2020-10-15 13:24:45 +13:00
changelog.md Allow for hoogle to be materialized in shellFor (#902) 2020-10-31 20:46:54 +13:00
ci-lib.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
ci.nix Add ghc8102-plutus as a compiler-nix-name (#848) 2020-10-21 17:04: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 Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
dimension.nix Tidy ci.nix using dimension (#500) 2020-03-20 20:52:34 +13:00
flake.nix flake: remove outdated edition field. (#912) 2020-11-06 17:18:43 +00:00
hackage-src.json Update Hackage and Stackage 2020-11-11 01:16:11 +00:00
mkdocs.yml Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
package-set.nix Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
README.md Improve binary caching documentation, make more salient (#875) 2020-10-13 15:37:04 +13:00
release.nix Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12: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 2020-11-11 01:16:11 +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.