You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release extracts many new options and dependencies from the Cabal file to make Flycheck match real builds even more closely, and fixes an error about a non-existing default-directory.
Flycheck Haskell now extracts the language version and language extensions from the Cabal file, and caches configuration extracted from a Cabal file so that visiting files of the same Cabal project does not re-parse the Cabal file every time. Additionally, all helpers were merged into a single one which makes the initial parsing of the Cabal file faster.