From: Ian Lynagh Date: Wed, 24 Oct 2007 11:45:49 +0000 (+0000) Subject: Correct a comment X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=eb2f62135747109b66e5b09cf11a73deb1c61150 Correct a comment --- diff --git a/compiler/Makefile b/compiler/Makefile index b07f777..19916ef 100644 --- a/compiler/Makefile +++ b/compiler/Makefile @@ -446,7 +446,7 @@ endif ifeq "$(GhcWithInterpreter) $(bootstrapped)" "YES YES" -# Yes, include the interepreter, readline, and Template Haskell extensions +# Yes, include the interepreter and Template Haskell extensions SRC_HC_OPTS += -DGHCI -package template-haskell PKG_DEPENDS += template-haskell