packages feed

effectful-th-1.0.0.4: CHANGELOG.md

# effectful-th-1.0.0.4 (2026-08-24)
* Drop support for GHC < 9.6.
* Don't generate signatures with an out-of-scope name when a constructor
  mentions the monad variable in its context (e.g. `Op :: Monad m => Int -> E m
  ()`) or in arguments of the effect type (e.g. `Op :: Int -> E (m Int) m ()`).
* Correctly transfer fixity annotations of constructors to the generated
  functions.
* Restore the friendly error for effects with mis-kinded type parameters,
  accidentally disabled in 1.0.0.2.

# effectful-th-1.0.0.3 (2024-10-08)
* Make `makeEffect` reuse Haddock descriptions of effect operations for
  corresponding functions it generates (GHC >= 9.2).

# effectful-th-1.0.0.2 (2024-06-07)
* Add support for GHC 9.10.
* Drop support for GHC 8.8.
* `makeEffect` no longer generates `Wunused-type-patterns` warning ([#200](https://github.com/haskell-effectful/effectful/pull/200)).

# effectful-th-1.0.0.1 (2023-01-13)
* Depend on `effectful-core`, not `effectful`.

# effectful-th-1.0.0.0 (2022-07-13)
* Initial release.