Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byteverse/colonnade
Generic types and functions for encoding and decoding columns
https://github.com/byteverse/colonnade
haskell
Last synced: 6 days ago
JSON representation
Generic types and functions for encoding and decoding columns
- Host: GitHub
- URL: https://github.com/byteverse/colonnade
- Owner: byteverse
- Created: 2016-06-21T16:03:52.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-03-07T02:24:35.000Z (8 months ago)
- Last Synced: 2024-04-25T22:30:39.358Z (6 months ago)
- Topics: haskell
- Language: Haskell
- Size: 257 KB
- Stars: 43
- Watchers: 8
- Forks: 13
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Most of the tests use doctest, which isn't run like a normal test suite (I guess).
To run these tests, first make sure `doctest` is on the `PATH` (i.e. `cabal install doctest`), then run the following commands:
```
cabal repl --build-depends=QuickCheck --with-ghc=doctest --repl-options="-fno-warn-orphans" siphon
cabal repl --build-depends=QuickCheck --with-ghc=doctest --repl-options="-fno-warn-orphans" colonnade
cabal repl --build-depends=QuickCheck --with-ghc=doctest --repl-options="-fno-warn-orphans" blaze-colonnade
```There are no tests for lucid-colonnade at present.