Skip to content

Releases: flycheck/flycheck-haskell

0.6

04 Apr 13:19
Compare
Choose a tag to compare

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.

0.5.1

04 Apr 13:20
Compare
Choose a tag to compare

This release now explicitly sets the local values of Flycheck variables.

0.5

03 Oct 10:06
Compare
Choose a tag to compare
0.5

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.