Skip to content
This repository has been archived by the owner on Jan 2, 2021. It is now read-only.

Commit

Permalink
Obtain the GHC libdir at runtime using hie-bios
Browse files Browse the repository at this point in the history
This replaces hardcoding the GHC libdir path with ghc-paths and instead
gets it at runtime through the hie-bios cradle. This means that the
ghcide binary should be a bit more distributable now, since it won't
rely on paths baked at compile time that are local to the machine it was
compiled on. And we also no longer need the ghcLibCheck since we are
comparing the coompiled and runtime versions with the installationCheck
(ghcVersionChecker)
  • Loading branch information
lukel97 committed Jul 14, 2020
1 parent 1868a68 commit 549cf1d
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 217 deletions.
Loading

0 comments on commit 549cf1d

Please sign in to comment.