diff options
author | Gabor Greif <ggreif@gmail.com> | 2012-01-12 20:13:44 +0100 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2012-02-27 14:35:06 +0000 |
commit | 668aef9a1bac6990cd7b0fc8537c789a7ff16e4d (patch) | |
tree | b1a61bcc1d7f1caadaf57f4bcb09c877995b56ad /compiler/ghc.mk | |
parent | 9c42c22c0f2f423a05bf3b021ce60a2489a93fa7 (diff) | |
download | haskell-668aef9a1bac6990cd7b0fc8537c789a7ff16e4d.tar.gz |
two typos
Diffstat (limited to 'compiler/ghc.mk')
-rw-r--r-- | compiler/ghc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghc.mk b/compiler/ghc.mk index cf10417904..014094c1d5 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 |