haskelly-dev / Haskelly

Haskelly is a VS Code extension that provides complete support for casual and expert Haskell development.
https://marketplace.visualstudio.com/items?itemName=UCL.haskelly
GNU General Public License v3.0
152 stars 17 forks source link

Cannot install stack-run with newer GHC etc #84

Closed mrkafk closed 2 years ago

mrkafk commented 5 years ago

The page https://marketplace.visualstudio.com/items?itemName=UCL.haskelly explicitly requires installing stack-run. However, it seems that stack-run is not actively maintained anymore:

https://stackoverflow.com/a/52573173/2022518

I managed to install stack-run but only by going back in time so to speak:

% cat stack.yaml 
packages:
- .
resolver: lts-9.21

Do I really need stack-run for this extension to work properly? If I do, why is it still a dependency?

deklanw commented 5 years ago

https://github.com/yamadapc/stack-run/issues/17