[Use $(HC) --interactive instead of ghci, in case a non-default version of GHC is in use
Samuel Bronson <naesten@gmail.com>**20080410193413] hunk ./Makefile.am 196
-	ghci $(GHCOPTS) Main.hs $(CFILES)
+	$(HC) --interactive $(GHCOPTS) Main.hs $(CFILES)