atom-haskell-archive / haskell-ghc-mod

haskell-ghc-mod atom package
https://atom.io/packages/haskell-ghc-mod
MIT License
69 stars 20 forks source link

Feature request: Different ghc-mod paths for each GHC version #224

Open varosi opened 6 years ago

varosi commented 6 years ago

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.