mirror of
https://github.com/simplex-chat/haskell.nix.git
synced 2026-06-03 09:17:32 +00:00
64e8460c35
* Fix ghcjs for time_t is 64bit in emscripten now. * Fix error: qca2 has been removed, because it depended on qt4. * Add spdx 3.18 materialization. * Turn off building tests for wine-5.4 (due to IDL issue). * Fix options-doc.nix. * Comment added to force rebuild on hydra
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)