Skip to content

v0.15.16

Latest

Choose a tag to compare

@f-f f-f released this 15 Mar 10:27
· 1 commit to master since this release
4c66c05

Bugfixes:

  • Fix compiler crash when a type operator is used in a type argument (#4536 by @purefunctor)

  • Speed up IDE performance on large projects (#4546 by @roryc89)

  • Fix double click select of titles in generated documentation (#4579 by @ad-si)

Other improvements:

  • Update Stackage snapshot to lts-20.26 and GHC to 9.2.8 (#4537 by @purefunctor)

  • Enable statically-linked binaries using ghc-musl (#4573 by @purefunctor)

  • Update haskeline version bounds to >=0.8.2.1 && <0.9

    Consequently, this fixes Cabal-based builds on GHC 9.8.4

Internal: