[Pkg-haskell-commits] [SCM] haskell-testpack branch, master, updated. debian/1.0.2-1-4-gb0d6b36

John Goerzen jgoerzen at complete.org
Fri Apr 23 14:58:58 UTC 2010


The following commit has been merged in the master branch:
commit f37591a024c5dcf2aa2d86f036e6425136cd8406
Author: John Goerzen <jgoerzen at complete.org>
Date:   Fri May 13 01:43:07 2005 +0100

    testing ghci options

diff --git a/Makefile b/Makefile
index 7fe14f5..ef58115 100644
--- a/Makefile
+++ b/Makefile
@@ -84,7 +84,7 @@ interact-hugs:
 	hugs -98 +o -P$(PWD)/dist/build:
 
 interact-ghci: all
-	ghci $(GHCPARMS)
+	ghci -idist/build -Ldist/build $(GHCPARMS)
 
 interact: interact-hugs
 

-- 
haskell-testpack



More information about the Pkg-haskell-commits mailing list