tfausak / purple-yolk

:hatching_chick: A Haskell IDE for Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=taylorfausak.purple-yolk
MIT License
26 stars 2 forks source link

Allow linting Cabal files #33

Closed tfausak closed 1 year ago

tfausak commented 1 year ago

In theory it should be possible to use cabal check to lint *.cabal files. However there are some potential problems:

It's possible that these issues will be addressed by https://github.com/haskell/cabal/issues/8211.

tfausak commented 1 year ago

This is effectively blocked by upstream. I can't use cabal check today, and I don't have the time to improve it or write my own tool.