Evidently ghci needs -cpp even if all the modules are already compiled.
authorMatt McCutchen <matt@mattmccutchen.net>
Wed, 30 Jul 2008 04:38:51 +0000 (00:38 -0400)
committerMatt McCutchen <matt@mattmccutchen.net>
Wed, 30 Jul 2008 04:38:51 +0000 (00:38 -0400)
program/run

index 7fd903d..ab7d9d2 100755 (executable)
@@ -1,2 +1,2 @@
 #!/bin/bash
-make && exec ghci Test "$@"
+make && exec ghci -cpp Test "$@"