From e7565363921eb4a8041fecaeb5a2d717ab3232b0 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sat, 13 Feb 2016 17:13:33 -0800 Subject: doc: Fix URL to ghc-paths patch --- doc/haskell-users-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/haskell-users-guide.md b/doc/haskell-users-guide.md index b11e4cf09f84..b9b2fe9e3bc9 100644 --- a/doc/haskell-users-guide.md +++ b/doc/haskell-users-guide.md @@ -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 GHC considers its own is determined only much later, when the user configures 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 than trying to guess them at compile-time. -- cgit v1.2.3