Generic types and functions for encoding and decoding columns
Go to file
Andrew Martin 22dfe8330f Remove reflex-dom-colonnade
Reflex has probably continued to evolve in the years since this
was last used. It is being removed to prevent confusion.
2024-02-26 15:23:46 -05:00
blaze-colonnade bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00
colonnade Update doctests for GHC 9.2. 2023-04-26 09:23:15 -04:00
geolite-csv version bump for colonnade 2016-08-01 16:20:52 -04:00
lucid-colonnade Update dependencies 2023-01-24 08:28:11 -05:00
projects improve compatibility with base-4.11, since Semigroup is now a superclass of Monoid 2018-05-29 20:18:49 -04:00
siphon Update dependencies 2023-01-24 08:28:11 -05:00
yesod-colonnade Update dependencies 2023-01-24 08:28:11 -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 Update dependencies 2023-01-24 08:28:11 -05: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.