mirror of
https://github.com/byteverse/colonnade.git
synced 2026-01-20 11:12:00 +01:00
Removed other subprojects. Reformatted. Use new .github workflows. Updated package metadata.
10 lines
203 B
Markdown
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
|
|
```
|