lol

Merge pull request #12986 from Ericson2314/patch-1

doc: Fix URL to ghc-paths patch

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