Clean up some haskell tests
This commit is contained in:
parent
26d8842f31
commit
49b9b167ee
|
|
@ -1,4 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo 'putStrLn "Hello, World"' | ghci
|
||||
# Test that the REPL exists and 'works'.
|
||||
echo | ghci
|
||||
|
|
|
|||
Loading…
Reference in New Issue