From: Matt McCutchen Date: Wed, 30 Jul 2008 04:38:51 +0000 (-0400) Subject: Evidently ghci needs -cpp even if all the modules are already compiled. X-Git-Url: https://mattmccutchen.net/match/match.git/commitdiff_plain/74d68e6be8770be0978b89d1c8dda95314d4712d Evidently ghci needs -cpp even if all the modules are already compiled. --- diff --git a/program/run b/program/run index 7fd903d..ab7d9d2 100755 --- a/program/run +++ b/program/run @@ -1,2 +1,2 @@ #!/bin/bash -make && exec ghci Test "$@" +make && exec ghci -cpp Test "$@"