Generic types and functions for encoding and decoding columns
Go to file
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
.github Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
src Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
.gitignore Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
CHANGELOG.md Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
colonnade.cabal Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
fourmolu.yaml Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
LICENSE Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00
README.md Prepare 1.2.0.3 release. 2024-03-06 21:23:42 -05:00

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