GHC 9.14.1-rc1 is now available
discourse.haskell.org·21h·
Flag this post

October 30, 2025, 10:34pm 1

The GHC developers are very pleased to announce the availability of the release candidate of GHC 9.14.1. Binary distributions, source distributions, and documentation are available at downloads.haskell.org.

GHC 9.14 will bring a number of new features and improvements, including:

Significant improvements in specialisation:

  • The SPECIALISE pragma now allows use of type application syntax
  • The SPECIALISE pragma can be used to specialise for expression arguments as well as type arguments.
  • Specialisation is now considerably more reliable in the presence of newtypes

Significant GHCi improvements including:

  • Correctness and performance improvements in the bytecode interpreter
  • Features in t…

Similar Posts

Loading similar posts...