haskell-ghc-mod
haskell-ghc-mod copied to clipboard
Feature request: Different ghc-mod paths for each GHC version
Support for different ghc-mod versions (located on different paths) and running correct one depending on the used GHC version by the project. Currently it's only single path, so I have to build each time ghc-mod for every opened project. But I could prebuild different executables by version and install them in separate folders.
This is kind of related to this problem #159. And will solve it mostly.