GHC 8.10.1
The release of the Glasgow Haskell Compiler has been announced. Changes include: New language extensions UnliftedNewtypes, StandaloneKindSignatures, and ImportQualifiedPost. Improvements in code generation, including more aggressive code specialization, a new loop analyzer, optimizations for array handling, and pointer tagging for large data types. A new interpreter command :instances, which shows the available instances of classes for a given type. Enhancements in the embedded code profiler.…
