packages feed

monadic-bang-0.2.2.3: CHANGELOG.md

# Revision history for monadic-bang

## 0.2.2.3 -- 2026-02-04

* Added support for GHC 9.14

## 0.2.2.1 -- 2024-05-20

* Only run plugin on modules that contain bangs

## 0.2.2.0 -- 2024-05-20

* Added support for GHC 9.10

## 0.2.1.0 -- 2023-10-16

* Added support for GHC 9.8
* Prefix internal modules with `Internal`

## 0.1.1.0 -- 2023-07-10

* Removed debug log message (thanks evincarofautumn!)
* Minor documentation fixes
* Added quotes to variables in error messages
* Added test for `-XQualifiedDo`
* Added support for GHC 9.6

## 0.1.0.0 -- 2023-01-07

* First version