Changelog for no-recursion-0.2.0.0
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.2.0.0 – 2025-10-30
Added
- Command-line options to avoid needing to use
Unsafeannpragmas (#19).
Removed
- Some dependency bounds were tightened, due to changes in CI coverage.
- Support for GHC 7.10.
0.1.2.3 - 2025-03-30
Added
- Wider dependency bounds to support Stackage (#21).
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-trustand related options because they cause more trouble than they’re worth
Fixed
- The license report to reflect the GHC 9.10 build
0.1.2.1
never published
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.