Link 'supported GHC versions' and 'adding a new GHC version' into the doc structure (#841)

This commit is contained in:
Michael Peyton Jones 2020-09-10 05:03:03 +01:00 committed by GitHub
parent 17340db46a
commit bd45da822d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Check the LLVM version that should be used in the
## Update the list of cached GHC versions in `ci.nix`
## Update [supported ghc versions](supported-ghc-versions.md) document
## Update [supported ghc versions](../reference/supported-ghc-versions.md) document
## Add the materialized files

View File

@ -36,6 +36,7 @@ pages:
- 'Materialization: Speeding up Nix evaluation': tutorials/materialization.md
- 'Cross-compiling your project': tutorials/cross-compilation.md
- 'Reference':
- 'Suported GHC versions': reference/supported-ghc-versions.md
- 'Command-line tools': reference/commands.md
- 'Haskell.nix Library': reference/library.md
- 'Module options': reference/modules.md
@ -50,4 +51,5 @@ pages:
- 'Nixpkgs Pin': dev/nixpkgs-pin.md
- 'Removing withPackage wrapper': dev/removing-with-package-wrapper.md
- 'Test Suite': dev/tests.md
- 'Adding a new GHC version': dev/adding-new-ghc.md
- 'ChangeLog': changelog.md