Commit Graph

163 Commits

Author SHA1 Message Date
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
Andrew Martin
ff69b64a1a Update doctests for GHC 9.2.
New versions of GHC have become smarter about preserving type synonyms
in type signatures displayed to the user. In colonnade, there are several
instances where GHC used to report [Char], and it now reports String.
The doctests have been updated to pass on newer versions of GHC. They
will now fail on older versions of GHC though.
2023-04-26 09:23:15 -04:00
Maxim Koltsov
3e9a4aef51 Update dependencies 2023-01-24 08:28:11 -05:00
Andrew Martin
142b373289 Fix siphon indexed decode to not reverse indices 2022-10-11 12:27:32 -04:00
Eric Demko
7f664c7dfe bump text dep upper bounds; remove extraneous doctest junk 2022-10-11 12:27:32 -04:00
Andrew Martin
ce3ab2cbdd Support decoding CSVs without headers 2022-10-11 12:27:32 -04:00
Eric Demko
888792eedb alter base library version bounds; also remove nix support 2022-07-21 13:44:24 -04:00
Andrew Martin
01e5e2b9c7 Prepare siphon for release 2021-10-25 11:05:16 -04:00
Andrew Martin
944f05bc3d Allow newer profunctors 2021-09-20 13:38:15 -04:00
Andrew Martin
3d9fd928bc Correct handling of CRLF in siphon 2021-03-01 16:15:41 -05:00
Alexander Vershilov
a894241528 blaze-colonnade: loosen profunctor dependency. 2020-11-30 11:54:56 -05:00
chessai
f2e3a11ce3 bump profunctors 2020-06-25 23:04:14 -07:00
Zachary Churchill
e8e2562a50 yesod-colonnade base upper bound bump 2020-01-30 10:49:31 -05:00
Kirill Zaborsky
d8ede5b259 Import profunctors explicitly 2019-06-24 09:56:07 -04:00
Kirill Zaborsky
0d16c869f9 Add -isrc to allow importing of local modules 2019-06-24 09:56:07 -04:00
Andrew Martin
fba97c405b better docs for blaze-colonnade 2019-06-24 09:19:35 -04:00
Andrew Martin
91c45de4d1 In blaze-colonnade, add dependency on profunctors. This is not actually used and is only needed to make doctest work. 2019-06-24 08:27:26 -04:00
Andrew Martin
28b33fee2d Merge branch 'master' of github.com:andrewthad/colonnade 2019-06-24 08:22:39 -04:00
Andrew Martin
30f1cb8bd2 bump upper bound on profunctors 2019-06-24 08:21:37 -04:00
Zachary Churchill
e956f26403 add sized tables to lucid-colonnade (#20)
add sized table to lucid-colonnade
2019-06-03 11:41:24 -04:00
Andrew Martin
b1fffe2561 allow building siphon with older versions of transformers 2019-05-19 12:48:39 -04:00
Andrew Martin
d7494a102f make siphon and colonnade build with GHC 7.10.3 2019-05-19 12:33:29 -04:00
Andrew Martin
fa682cbfdc
stop showing rows for invalid columns 2018-12-07 11:13:44 -05:00
Andrew Martin
11ced47370
expandablePreloaded no longer discards header row stuff 2018-11-20 17:05:35 -05:00
Andrew Martin
518423ef9e
make expandablePreloaded return an extra event 2018-11-20 16:57:53 -05:00
Andrew Martin
12b9f0e4a0
Merge branch 'master' of github.com:andrewthad/colonnade 2018-10-23 16:46:46 -04:00
Andrew Martin
df9443c763
add expandablePreloaded 2018-10-23 16:39:24 -04:00
chessai
e20a15832b
Merge pull request #18 from goolord/paginatedExpandableLazy
fix nix & add paginatedExpandableLazy function
2018-10-01 11:51:04 -04:00
goolord
20d0071a24 docs, pure 2018-10-01 11:49:41 -04:00
goolord
4aa89dcdaa adds paginatedExpandableLazy function 2018-10-01 10:11:47 -04:00
goolord
b9ea39ffa3 nix 2018-10-01 09:37:33 -04:00
Andrew Martin
d17193baae
make it build with ghc 8.2.2 and ghc 8.0.2 2018-07-03 16:17:36 -04:00
Andrew Martin
36cf1917d8
new release of yesod-colonnade 2018-07-03 15:38:46 -04:00
Andrew Martin
d2604f80cb
Merge pull request #15 from snoyberg/master
Compatibility with yesod-core 1.6
2018-07-03 14:57:27 -04:00
Michael Snoyman
f6020efa00
Compatibility with yesod-core 1.6
Caveat: I'm not sure that the Semigroup instance is compatible with GHC
before 8.4.
2018-07-03 21:47:57 +03:00
Andrew Martin
8f0861d52e
tweak constraint bounds 2018-07-03 06:19:52 -04:00
Andrew Martin
06b5ffcd40
try to be more clever with rebuilding capped tables 2018-06-18 16:01:56 -04:00
Andrew Martin
7206b17175
prepare siphon for new release 2018-06-14 16:24:58 -04:00
Andrew Martin
4cea6fee1f
require newest major release of colonnade to use siphon 2018-06-14 16:23:06 -04:00
Andrew Martin
56787f573c
fix siphon more 2018-06-14 16:22:18 -04:00
Andrew Martin
7fdd984470
bump version for blaze-colonnade. stop trying to build yesod-colonnade with stack 2018-05-30 10:12:23 -04:00
Andrew Martin
4c5446afea
improve compatibility with base-4.11, since Semigroup is now a superclass of Monoid 2018-05-29 20:18:49 -04:00
Andrew Martin
372cd4b843
Merge pull request #13 from olynch/master
Added semigroup instance for ghc8 compatibility
2018-05-29 18:03:33 -04:00
Owen Lynch
84ce755f19 Added semigroup instance for ghc8 compatibility
Bumped version number
2018-05-29 13:58:54 -07:00
Andrew Martin
f9a8a7d992
Merge pull request #11 from ChShersh/patch-1
Fix typo in colonnade package description
2018-02-11 06:25:18 -05:00
Dmitry Kovanikov
b0d26a8691
Fix typo in colonnade package description 2018-02-10 23:57:17 +03:00
Andrew Martin
e80f7cdd83 update blaze-colonnade to work agree with how everything else uses Headedness 2018-02-01 07:36:01 -05:00
Andrew Martin
63a5242d07 Merge branch 'master' of github.com:andrewthad/colonnade 2018-01-18 11:17:55 -05:00
Andrew Martin
3d32e8017e improve siphon docs even more 2018-01-18 11:17:50 -05:00
Andrew Martin
81b5598ed1
Merge pull request #9 from chessai/fix-colonnade-bound
fix lower bound of colonnade for lucid
2018-01-15 15:06:00 -05:00