haskell.nix/test
2021-09-01 22:43:31 +12:00
..
buildable Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
builder-haddock Better support for source-repository-packages, only include planned components and pick latest packages (#1166) 2021-07-23 14:27:56 +12:00
cabal-22 Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
cabal-doctests niv update nixpkgs-unstable and add ghc 8.10.5 (#1121) 2021-06-15 19:50:45 +12:00
cabal-hpack Use pkgs.lib instead of stdenv.lib (#1031) 2021-02-11 01:07:16 +13:00
cabal-simple Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
cabal-simple-debug Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
cabal-simple-prof GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13:00
cabal-source-repo Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
cabal-source-repo-comments Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
cabal-sublib Switch from cabal 3.2 to 3.4 (#1058) 2021-03-01 15:42:23 +13:00
call-cabal-project-to-nix Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
call-stack-to-nix Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
coverage Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
coverage-golden niv update nixpkgs-unstable and add ghc 8.10.5 (#1121) 2021-06-15 19:50:45 +12:00
coverage-no-libs Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
exe-only Use pkgs.lib instead of stdenv.lib (#1031) 2021-02-11 01:07:16 +13:00
extra-hackage Use pkgs.lib instead of stdenv.lib (#1031) 2021-02-11 01:07:16 +13:00
fully-static Flakify all inputs (#1180) 2021-08-06 15:54:39 +12:00
ghc-options Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
githash Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
haskell-language-server Add GHC 8.10.7 (#1220) 2021-09-01 22:43:31 +12:00
index-state GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13:00
lookup-sha256 Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
project-flags Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
setup-deps Add GHC 8.10.7 (#1220) 2021-09-01 22:43:31 +12:00
shell-for Add GHC 8.10.7 (#1220) 2021-09-01 22:43:31 +12:00
shell-for-setup-deps GHCJS 8.10 (#1082) 2021-03-29 22:36:47 +13:00
snapshots Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
stack-local-resolver Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
stack-local-resolver-subdir Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
stack-remote-resolver Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
stack-simple Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
stack-source-repo Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
sublib-docs Add GHC 9.0.1 (#1032) 2021-03-28 21:03:20 +13:00
with-packages Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
default.nix Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
README.md Add cross-compiled musl libc builds of tests (#157) 2019-07-02 18:25:40 +10:00
regen.nix Spelling, typo and whitespace fixes (#833) 2020-08-31 11:08:25 +12:00
tests.sh Update nixpkgs unstable. (#1196) 2021-08-18 00:44:03 +12:00
unit.nix Add package.buildable option (#1205) 2021-08-19 00:52:59 +12:00
util.nix tests: Add more tests for "all" component merging 2019-02-07 09:39:12 +08:00

Haskell infrastructure test cases

To build the test cases, run from the test directory:

nix-build --no-out-link default.nix

To run all tests (includes impure tests), use the script:

./tests.sh

Generated code

If you change the test Cabal files or need to regenerate the code with nix-tools, then see regen.nix. Run it like this:

$(nix-build --no-out-link regen.nix)