From 74d68e6be8770be0978b89d1c8dda95314d4712d Mon Sep 17 00:00:00 2001 From: Matt McCutchen Date: Wed, 30 Jul 2008 00:38:51 -0400 Subject: [PATCH] Evidently ghci needs -cpp even if all the modules are already compiled. --- program/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.34.1