mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
a30665693a
* Fix regex to match source-repository-package tag Regex to tell ref from rev was wrong * Fix fetchGit call when rev and sha256 unspecified * Update expected output for unit test * Auto retry concurrency check that keeps failing Co-authored-by: Hamish Mackenzie <Hamish.K.Mackenzie@gmail.com>
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)