Generic types and functions for encoding and decoding columns
Go to file
2022-10-11 12:27:32 -04:00
blaze-colonnade bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00
colonnade bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00
geolite-csv version bump for colonnade 2016-08-01 16:20:52 -04:00
lucid-colonnade bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00
projects improve compatibility with base-4.11, since Semigroup is now a superclass of Monoid 2018-05-29 20:18:49 -04:00
reflex-dom-colonnade alter base library version bounds; also remove nix support 2022-07-21 13:44:24 -04:00
siphon bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00
yesod-colonnade yesod-colonnade base upper bound bump 2020-01-30 10:49:31 -05:00
.gitignore add expandablePreloaded 2018-10-23 16:39:24 -04:00
build make siphon and colonnade build with GHC 7.10.3 2019-05-19 12:33:29 -04:00
cabal.project make siphon and colonnade build with GHC 7.10.3 2019-05-19 12:33:29 -04:00
README.md bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00

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.