Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/668aef9a1bac6990cd7b0fc8537c789a7ff16e4d >--------------------------------------------------------------- commit 668aef9a1bac6990cd7b0fc8537c789a7ff16e4d Author: Gabor Greif <[email protected]> Date: Thu Jan 12 20:13:44 2012 +0100 two typos >--------------------------------------------------------------- compiler/ghc.mk | 2 +- ghc.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/ghc.mk b/compiler/ghc.mk index cf10417..014094c 100644 --- a/compiler/ghc.mk +++ b/compiler/ghc.mk @@ -357,7 +357,7 @@ compiler/main/DriverPipeline_HC_OPTS += -auto-all compiler/main/GhcMake_HC_OPTS += -auto-all compiler/main/GHC_HC_OPTS += -auto-all -# or alternatively addd {-# OPTIONS_GHC -auto-all #-} to the top of +# or alternatively add {-# OPTIONS_GHC -auto-all #-} to the top of # modules you're interested in. # We seem to still build the vanilla libraries even if we say diff --git a/ghc.mk b/ghc.mk index 8727506..d975425 100644 --- a/ghc.mk +++ b/ghc.mk @@ -438,7 +438,7 @@ $(eval $(call extra-packages)) # # Ideally we should use the correct dependencies here to allow more # parallelism, but we don't know the dependencies until we've -# generated the pacakge-data.mk files. +# generated the package-data.mk files. define fixed_pkg_dep libraries/$1/$2/package-data.mk : $$(GHC_PKG_INPLACE) $$(fixed_pkg_prev) fixed_pkg_prev:=libraries/$1/$2/package-data.mk _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
