Changelog for no-recursion-0.1.2.3
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog 1.1, and this project adheres to the Haskell Package Versioning Policy.
0.1.2.2 - 2024-09-02
Updated
- link to published packages in README
- add updated versioning documentation to README
- include this file in
extra-doc-files
Removed
-fpackage-trust
and related options because they cause more trouble than they’re worth
0.1.2.1 - 2024-05-26
Fixed
- the license report to reflect the GHC 9.10 build
0.1.2.0 - 2024-05-19
Added
- support for GHC 9.10
0.1.1.0 - 2024-04-16
Added
- source annotations (
{-# ANN … "Recursion" #-}
) to enable/disable the plugin for limited scopes
0.1.0.0 - 2024-04-13
Added
- Initial release of this package