packages feed

ditto-lucid-0.5.0: README.md

ditto-lucid [![Hackage](https://img.shields.io/hackage/v/ditto-lucid.svg)](https://hackage.haskell.org/package/ditto-lucid)
===========

Lucid HTML rendering for [ditto](https://github.com/goolord/ditto) forms.

## Requirements

- GHC 9.6 through 9.14 (`base >= 4.14`). GHC 9.10+ uses `GHC2024` by default.
- Works with **ditto 0.4** and **0.5** (backwards compatible).

### Cabal

```
cabal build
```

Resolves `ditto` from Hackage (`>= 0.4 && < 0.6`).

### Local ditto development

To build against a sibling checkout instead of Hackage:

```
cp cabal.project.local.example cabal.project.local
cabal build
```

## 0.5.0 notes

- **Breaking:** GHC 9.6+ required (was GHC 7.6+ on 0.4.1).
- Compatible with `ditto >= 0.4`.
- Recommended toolchain: GHC 9.10+ for `GHC2024`.
- With ditto 0.5+, `inputFile` initial render is an empty upload (no error).