summary refs log tree commit diff
path: root/doc/haskell-users-guide.md
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2016-02-13 17:13:33 -0800
committerJohn Ericson <Ericson2314@yahoo.com>2016-02-13 17:13:33 -0800
commite7565363921eb4a8041fecaeb5a2d717ab3232b0 (patch)
tree3eb989c1e5043d1694435f2c90196dd7b8191a81 /doc/haskell-users-guide.md
parent3a538e674d6b4f80e298b5b718ba28fbb3b1224f (diff)
downloadnixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.tar
nixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.tar.gz
nixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.tar.bz2
nixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.tar.lz
nixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.tar.xz
nixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.tar.zst
nixpkgs-e7565363921eb4a8041fecaeb5a2d717ab3232b0.zip
doc: Fix URL to ghc-paths patch
Diffstat (limited to 'doc/haskell-users-guide.md')
-rw-r--r--doc/haskell-users-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/haskell-users-guide.md b/doc/haskell-users-guide.md
index b11e4cf09f8..b9b2fe9e3bc 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.