doc: Fix URL to ghc-paths patch

This commit is contained in:
John Ericson 2016-02-13 17:13:33 -08:00
parent 3a538e674d
commit e756536392

View File

@ -234,7 +234,7 @@ library promises to give its users access to GHC's installation paths. Only,
the library can't possible know that path when it's compiled, because the path the library can't possible know that path when it's compiled, because the path
GHC considers its own is determined only much later, when the user configures GHC considers its own is determined only much later, when the user configures
it through `ghcWithPackages`. So we [patched it through `ghcWithPackages`. So we [patched
ghc-paths](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/ghc-paths-nix.patch) ghc-paths](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/patches/ghc-paths-nix.patch)
to return the paths found in those environment variables at run-time rather to return the paths found in those environment variables at run-time rather
than trying to guess them at compile-time. than trying to guess them at compile-time.