weak-refs/runTest

6 lines
207 B
Plaintext
Raw Normal View History

2023-04-13 01:44:43 +00:00
#!/usr/bin/env bash
set -euo pipefail
ghc -O3 -isrc -ddump-to-file -ddump-simpl -ddump-prep -ddump-cse -fforce-recomp -package ghc -dynamic-too -Wall -main-is Test.UIO.test -o ./test src/Test/UIO.hs
./test