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