hsdev icon indicating copy to clipboard operation
hsdev copied to clipboard

Don't use `libdir` from `ghc-paths`

Open mvoidex opened this issue 8 years ago • 0 comments

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

mvoidex avatar Feb 07 '17 21:02 mvoidex