A collection of Notes on GHC
See the codeRequirements:
ghc-pathsCPPdocs buildinggit clone https://github.com/myuon/ghc-compiler-notes.git
cd ghc-compiler-notes
git clone --depth 1 https://gitlab.haskell.org/ghc/ghc.git output/ghc
make generate
make docs
Run make serve-docs and enjoy reading the notes from http://localhost:8000.
Using stack.
$ stack run
$ stack test --flag ghc-compiler-notes:dev
Using cabal.
$ cabal new-run
$ cabal new-test --enable-tests -fdev
Read Cabal config
MIN_VERSION_Cabal / etc. macros.utils/haddock/haddock-test/src/Test/Haddock/Config.hs.Sources using nested pragmas: https://ghc.haskell.org/trac/ghc/ticket/314
libraries/ghc-prim/GHC/Classes.hs.Notes not followed standard style
compiler/basicTypes/DataCon.hs.compiler/basicTypes/Name.hs.compiler/cmm/CmmNode.hs.compiler/ghci/RtClosureInspect.hs.Collect note references
See Note [...] and relate them to notesHaskell
98.8%
Makefile
1.0%
A collection of Notes on GHC
See the codeRequirements:
ghc-pathsCPPdocs buildinggit clone https://github.com/myuon/ghc-compiler-notes.git
cd ghc-compiler-notes
git clone --depth 1 https://gitlab.haskell.org/ghc/ghc.git output/ghc
make generate
make docs
Run make serve-docs and enjoy reading the notes from http://localhost:8000.
Using stack.
$ stack run
$ stack test --flag ghc-compiler-notes:dev
Using cabal.
$ cabal new-run
$ cabal new-test --enable-tests -fdev
Read Cabal config
MIN_VERSION_Cabal / etc. macros.utils/haddock/haddock-test/src/Test/Haddock/Config.hs.Sources using nested pragmas: https://ghc.haskell.org/trac/ghc/ticket/314
libraries/ghc-prim/GHC/Classes.hs.Notes not followed standard style
compiler/basicTypes/DataCon.hs.compiler/basicTypes/Name.hs.compiler/cmm/CmmNode.hs.compiler/ghci/RtClosureInspect.hs.Collect note references
See Note [...] and relate them to notesHaskell
98.8%
Makefile
1.0%