neovimhaskell / nvim-hs

Neovim API for Haskell plugins as well as the plugin provider
Other
267 stars 18 forks source link

Upgrade stackage / work with latest messagepack #45

Closed srenatus closed 8 years ago

srenatus commented 8 years ago

It turns out the issue (#44) only appeared because I had not followed the instructions but used stack install nvim-hs with the global resolver.

Nevertheless, I hope this change will be useful. It upgrades stackage to lts-6.2, since the one referenced in the project's stack.yml doesn't feature messagepack >= 0.5.

saep commented 8 years ago

This looks good,