begriffs / haskell-vim-now

One-line Haskell Vim install
MIT License
988 stars 100 forks source link

Need to check for minimum required stack version #258

Closed jship closed 7 years ago

jship commented 7 years ago

stack v1.4.0 introduced support for the stack script command, so on older-than-1.4.0 versions, stack chokes when trying to run setup_haskell.hs.

A user reported this via email. Thanks Michael!

PR incoming...