@@ -1,5 +1,4 @@
#!/bin/bash
-
set -e
cabal update
-echo "" | ghci
+echo 'putStrLn "Hello, World"' | ghci