A fork of haskell.nix with a more efficient GHCJS 8.10 compiler
Go to file
Samuel Evans-Powell 48b8674f5f
Add support for coverage (#762)
- Added the ability to generate coverage reports for packages and
  projects.
  - Outputs mix and tix information, as well as a HTML report.
- Added the "doCoverage" module option that allows users to choose
  packages to enable coverage for.
- Added a "doCoverage" flag to the component builder that outputs HPC
  information when coverage is enabled.
- Added the "overrideModules" library function to make it more
  ergonomic fo users to enable coverage on existing projects.
- Modified the "check" builder to also output ".tix" files (if they
  exist). This information is required to generate the coverage
  report.
- Added a test for coverage.
2020-09-29 11:56:24 +08:00
.buildkite Replace ghc 8.8.3 with 8.8.4 (#766) 2020-07-21 14:10:23 +12:00
builder Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
compiler Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
docs Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
lib Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
materialized Add ghc 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
mk-local-hackage-repo Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
modules Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
nix Update nixpkgs to match nixpkgs-2003 (#851) 2020-09-18 14:36:25 +12:00
nix-tools Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
overlays Add support for coverage (#762) 2020-09-29 11:56:24 +08: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 Add support for coverage (#762) 2020-09-29 11:56:24 +08: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 8.10.2 (#807) 2020-08-11 14:26:50 +12:00
changelog.md Add support for coverage (#762) 2020-09-29 11:56:24 +08:00
ci-lib.nix Remove internal deps on default ghc and stackage (#738) 2020-07-08 22:54:01 +12:00
ci.nix Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +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 Fix #824 (#824) (#832) 2020-08-31 21:05:09 +12:00
hackage-src.json Update Hackage and Stackage 2020-09-29 01:15:12 +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 Fix Getting started link (#716) 2020-06-21 02:31:17 +12: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 Native aarch64 support (#620) 2020-06-04 20:29:50 +08:00
stackage-src.json Update Hackage and Stackage 2020-09-29 01:15: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.