colonnade/README.md
Brian McKeon f3db03012d Prepare 1.2.0.3 release.
Removed other subprojects.
Reformatted.
Use new .github workflows.
Updated package metadata.
2024-03-06 21:23:42 -05:00

10 lines
203 B
Markdown

To run doctests:
First make sure `doctest` is on the `PATH` (i.e. `cabal install doctest`).
Then run:
```
cabal repl --with-ghc=doctest --repl-options="-fno-warn-orphans -Wno-x-partial" colonnade
```