Clean up some haskell tests

This commit is contained in:
Moghedrin 2015-02-05 15:14:12 -07:00
parent 26d8842f31
commit 49b9b167ee
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
#!/bin/bash
set -e
echo 'putStrLn "Hello, World"' | ghci
# Test that the REPL exists and 'works'.
echo | ghci