Skip to content

Releases: mrcjkb/haskell-tools.nvim

1.8.0 - LuaRocks!

03 Feb 14:00
66e78bb
Compare
Choose a tag to compare

What's Changed

From now on, every release will be published to LuaRocks 🚀

Commit log: 1.7.0...1.8.0

1.7.0

27 Jan 17:54
34b8b30
Compare
Choose a tag to compare

see CHANGELOG.md.

Commit log: 1.6.0...1.7.0

1.6.0

21 Jan 01:14
Compare
Choose a tag to compare

see CHANGELOG.md.

Commit log: 1.5.1...1.6.0

1.5.1

08 Jan 20:20
Compare
Choose a tag to compare

1.5.0

08 Jan 20:13
Compare
Choose a tag to compare

What's Changed

see CHANGELOG.md

Full diff: 1.4.4...1.5.0

1.4.4

20 Dec 17:30
Compare
Choose a tag to compare

What's Changed

see CHANGELOG.md

New Contributors

  • @yen3 made their first contribution in #79

Full diff: 1.4.3...1.4.4

1.4.3

06 Dec 19:18
30329d4
Compare
Choose a tag to compare

1.4.2 - fix hls settings overrides

19 Nov 20:44
Compare
Choose a tag to compare

Fix for #69 .

If you have been trying to override the default hls.haskell configs, you may have to update your config:

ht.setup {
  hls = {
    settings = { -- This was missing 
      haskell = {
        -- ...
      }
    }
  }
}

see CHANGELOG.md

1.4.1

19 Nov 16:10
Compare
Choose a tag to compare

1.4.0 - Nix flakes - fast-tags generation - hover action improvements

18 Nov 00:01
Compare
Choose a tag to compare

What's Changed

New Contributors