| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| linux-arm64.sha | 2026-03-15 | 68 Bytes | |
| linux-arm64.tar.gz | 2026-03-15 | 23.1 MB | |
| linux64.sha | 2026-03-15 | 64 Bytes | |
| linux64.tar.gz | 2026-03-15 | 20.7 MB | |
| macos.sha | 2026-03-15 | 62 Bytes | |
| macos.tar.gz | 2026-03-15 | 10.5 MB | |
| win64.sha | 2026-03-15 | 69 Bytes | |
| win64.tar.gz | 2026-03-15 | 20.7 MB | |
| macos-arm64.sha | 2026-03-15 | 68 Bytes | |
| macos-arm64.tar.gz | 2026-03-15 | 22.1 MB | |
| README.md | 2026-03-14 | 1.4 kB | |
| v0.15.16 source code.tar.gz | 2026-03-14 | 891.8 kB | |
| v0.15.16 source code.zip | 2026-03-14 | 1.6 MB | |
| Totals: 13 Items | 99.6 MB | 3 | |
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:
-
Remove the step that upgraded Git from the CI workflow (#4541 by @rhendric)
-
Upgrade GHC to
9.6.6, Stackage LTS22.43(#4568 by @ad-si) -
Minimum required glibc version is bumped from
2.28to2.31 -
Upgrade GHC to
9.8.4, Stackage LTS23.18(#4574 by @ad-si) -
Use HLint 3.10 in CI
-
Update weeder version in CI to 2.9.0 (#4573 by @purefunctor)
-
Add happy ==2.0.2 as build-tool-depends
-
Use
-fspecialize-aggressivelyGHC option to improve compiler performance by ~30% on large builds (#4584 by @seastian)