hsdev
hsdev copied to clipboard
Don't use `libdir` from `ghc-paths`
GHC is initialized with libdir from ghc-paths, and seems that it is hardcoded when ghc-paths is installed: http://hackage.haskell.org/package/ghc-paths-0.1.0.9/docs/src/GHC-Paths.html#libdir
hsdev should detect ghc installation folder (or accept some flag) instead of using libdir
https://github.com/mvoidex/hsdev/issues/41#issuecomment-271097306