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

Doesn’t work with recent compilers #30

Closed hadronized closed 9 years ago

hadronized commented 9 years ago

It keeps trying to open files in /usr/lib/ghc/7.8.4, but I have GHC 7.10.* installed.

lierdakil commented 9 years ago

Most likely problem with your setup. Note that ghc-mod-5.2.1.2 (latest release atm) doesn't support ghc 7.10, so you need a build from master branch. See https://github.com/atom-haskell/haskell-ghc-mod/issues/18 for information on support for ghc-mod-master (TL; DR, it's limited, there is a pending PR to upstream).

lierdakil commented 9 years ago

Closing due to inactivity