diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-04-03 17:58:53 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-04-03 18:52:57 +0200 |
commit | ab0743f84aabc2b4f5681c09a3e11cb219d114e4 (patch) | |
tree | f755ec332e0d1b18727d1d61e24fb7c90b5e8b9e /ghc.mk | |
parent | fd1099cb7076b94f776a06212b5ba2ae1aac0673 (diff) | |
download | haskell-ab0743f84aabc2b4f5681c09a3e11cb219d114e4.tar.gz |
Comments only, mostly typos
[skip ci]
Diffstat (limited to 'ghc.mk')
-rw-r--r-- | ghc.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -49,18 +49,18 @@ # o Build utils/ghc-pkg # o Build utils/hsc2hs # * For each package: -# o configure, generate package-data.mk and inplace-pkg-info +# o configure, generate package-data.mk and inplace-pkg-config # o register each package into inplace/lib/package.conf # * build libffi (if not disabled by --with-system-libffi) # * With bootstrapping compiler: # o Build libraries/{filepath,hpc,Cabal} # o Build compiler (stage 1) -# * With stage 1: +# * With stage 1 compiler: # o Build libraries/* # o Build rts # o Build utils/* (except haddock) # o Build compiler (stage 2) -# * With stage 2: +# * With stage 2 compiler: # o Build utils/haddock # o Build compiler (stage 3) (optional) # * With haddock: |