packages feed

ditto-lucid-0.5.0: CHANGELOG.md

# Changelog

## 0.5.0 — 2026-08-27

### Breaking
- Require GHC 9.6+ / `base >= 4.14` (0.4.1 supported GHC 7.6+)

### Changed
- Support `ditto >= 0.4 && < 0.6` (backwards compatible with 0.4.x)
- Modernize cabal file (cabal 3.0, stricter warnings, `tested-with`)
- Relax `lucid` upper bound to `< 4`
- Move language extensions from modules into the cabal file
- Public API and type signatures unchanged (compatible with ditto 0.4.x)

### Added
- README and CHANGELOG
- GitHub Actions CI for GHC 9.6–9.14 × ditto 0.4 (Hackage) and 0.5 (master)
- `cabal.project.local.example` for sibling `../ditto` development

### Removed
- `Setup.hs` (unused with `build-type: Simple`)
- Travis CI configuration