diff options
author | Gabor Greif <ggreif@gmail.com> | 2013-04-05 11:50:13 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2013-04-07 02:54:44 +0200 |
commit | d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591 (patch) | |
tree | 4dd31c4efe88f8bdbeb0549e0bdbc649443930ba /ghc.mk | |
parent | 8c2f2803e4d76cd8a6e579f55a023d7e132d479b (diff) | |
download | haskell-d9b57e710cb56f6e5f5db2f0bf7fd2bba263e591.tar.gz |
Typos
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -428,7 +428,7 @@ endef $(eval $(call foreachLibrary,addExtraPackage)) endif -# If we want to just install evreything, then we want all the packages +# If we want to just install everything, then we want all the packages SUPERSIZE_INSTALL_PACKAGES := $(addprefix libraries/,$(PACKAGES_STAGE1)) ifeq "$(Stage1Only)" "NO" SUPERSIZE_INSTALL_PACKAGES += compiler @@ -722,7 +722,7 @@ endif ifneq "$(BINDIST)" "YES" # Make sure we have all the GHCi libs by the time we've built # ghc-stage2. DPH includes a bit of Template Haskell which needs the -# GHCI libs, and we don't have a better way to express that dependency. +# GHCi libs, and we don't have a better way to express that dependency. # GHCI_LIBS = $(foreach lib,$(PACKAGES_STAGE1),$(libraries/$(lib)_dist-install_GHCI_LIB)) \ $(compiler_stage2_GHCI_LIB) |