A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
Hamish Mackenzie 251c899804
Fix use of multiple subdirs in cabal.project (#790)
It is now possible to specify multiple subdirs in a
`source-repository-package` block.  This change fixes the parser
code in haskell.nix so that it understands.
2020-07-28 14:19:58 +12:00
.buildkite Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
builder Remove components.all (#776) 2020-07-21 16:06:54 +12:00
compiler Musl changes (#700) 2020-06-23 09:45:22 +08:00
docs Remove components.all (#776) 2020-07-21 16:06:54 +12:00
lib Fix use of multiple subdirs in cabal.project (#790) 2020-07-28 14:19:58 +12:00
materialized Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
mk-local-hackage-repo Update ghc 8.4.4 based tools to ghc 8.6.5 (#618) 2020-05-21 11:31:26 +12:00
modules Remove components.all (#776) 2020-07-21 16:06:54 +12:00
nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
nix-tools Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
overlays Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
patches Fix singletons patch (#409) 2020-01-21 17:10:48 +08:00
scripts Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
test Fix use of multiple subdirs in cabal.project (#790) 2020-07-28 14:19:58 +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 Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
changelog.md Remove components.all (#776) 2020-07-21 16:06:54 +12:00
ci-lib.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
ci.nix Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +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 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 Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
hackage-src.json Update Hackage and Stackage 2020-07-28 01:18:12 +00:00
mkdocs.yml Add troubleshooting section to docs (#733) 2020-07-01 00:43:01 +12:00
package-set.nix Fix propagation of pkgconfig and frameworks (#715) 2020-06-21 16:40:52 +12:00
README.md Fix Getting started link (#716) 2020-06-21 02:31:17 +12:00
release.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
shell.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
snapshots.nix Native aarch64 support (#620) 2020-06-04 20:29:50 +08:00
stackage-src.json Update Hackage and Stackage 2020-07-28 01:18: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

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.

IRC Channel

Join the #haskell.nix channel on irc.freenode.net to get help or discuss the development of haskell.nix and nix-tools.