Kei Hibino
|
937395ddb6
|
persistable-record: bump.
|
2017-04-07 16:55:17 +09:00 |
|
Kei Hibino
|
a6d9897c2f
|
persistable-record: add changelog to archive.
|
2017-04-07 14:37:45 +09:00 |
|
Kei Hibino
|
d5c2ae28c9
|
drop changelogs with no information.
|
2017-04-05 16:56:36 +09:00 |
|
Kei Hibino
|
24398772ba
|
persistable-record: add old changelogs.
|
2017-04-05 16:51:35 +09:00 |
|
Kei Hibino
|
a83b852055
|
persistable-record: drop redundant template.
|
2017-04-03 15:32:38 +09:00 |
|
Kei Hibino
|
e6598f7019
|
persistable-record: add extended recordTemplate API instead of recordType.
|
2017-04-03 14:49:54 +09:00 |
|
Kei Hibino
|
5317e38997
|
persistable-record: drop redundant templates.
|
2017-04-03 12:25:28 +09:00 |
|
Kei Hibino
|
c04ceb11b4
|
persistable-record: drop redundant templates.
|
2017-04-02 20:40:10 +09:00 |
|
Kei Hibino
|
32a0d9a2e2
|
persistable-record: prepare to drop redundant templates.
|
2017-04-02 16:08:19 +09:00 |
|
Kei Hibino
|
4e37d12e6e
|
drop unused arguments.
|
2017-03-31 16:15:42 +09:00 |
|
Kei Hibino
|
76e3d3c582
|
persistable-record: drop unused arguments.
|
2017-03-31 15:34:41 +09:00 |
|
Kei Hibino
|
083c41fae7
|
persistable-record: update haddock.
|
2017-03-31 13:15:34 +09:00 |
|
Kei Hibino
|
727a2c6663
|
persistable-record: fix for GHC 7.4.
|
2017-03-29 14:44:09 +09:00 |
|
Kei Hibino
|
b7780d767b
|
persistable-record: simplify type variable names.
|
2017-03-22 15:55:36 +09:00 |
|
Kei Hibino
|
55f95622da
|
persistable-record: more quasi-quoted implementation.
|
2017-03-22 14:57:44 +09:00 |
|
Kei Hibino
|
601e7a534a
|
persistable-record: use warpped interface.
|
2017-03-21 11:09:47 +09:00 |
|
Kei Hibino
|
9b95f6a121
|
persistable-record: apply and export generic tuple templates.
|
2017-03-19 17:43:35 +09:00 |
|
Kei Hibino
|
0c2506233d
|
persistable-record: add template to generate tuple instances.
|
2017-03-19 17:18:49 +09:00 |
|
Kei Hibino
|
77cb678a71
|
persistable-record: drop old low-level interfaces.
|
2017-03-19 15:02:09 +09:00 |
|
Kei Hibino
|
2ac47d427e
|
persistable-record: drop old deprecated definitions.
|
2017-03-19 14:30:56 +09:00 |
|
Kei Hibino
|
e18c2e7fbb
|
persistable-record: apply generic instances to TH.
|
2017-03-16 18:14:54 +09:00 |
|
Kei Hibino
|
b59fc593c1
|
persistable-record: use report API for ghc-7.4.
|
2017-03-16 16:07:54 +09:00 |
|
Kei Hibino
|
64e8380a78
|
persistable-record: add inline pragmas for coerce cases.
|
2017-03-16 13:12:59 +09:00 |
|
Kei Hibino
|
a953c8ba55
|
persistable-record: auto adding Generic hack.
|
2017-03-16 13:04:16 +09:00 |
|
Kei Hibino
|
39ffe55514
|
persistable-record: update copyright notice.
|
2017-03-16 12:50:01 +09:00 |
|
Kei Hibino
|
b45c83ce07
|
persistable-record: avoid keyword.
|
2017-03-16 12:49:09 +09:00 |
|
Kei Hibino
|
93ccef3ab4
|
persistable-record: add inline pragmas for coerce cases.
|
2017-03-16 12:48:19 +09:00 |
|
Kei Hibino
|
a9e162a9f9
|
apply ProductConst interfaces.
|
2017-03-16 11:39:17 +09:00 |
|
Kei Hibino
|
14244ebf66
|
persistable-record: generalized applicative interfaces.
|
2017-03-16 10:56:15 +09:00 |
|
Kei Hibino
|
3a9fab8c70
|
persistable-record: generalized show.
|
2017-03-16 10:44:57 +09:00 |
|
Kei Hibino
|
ea0131510b
|
persistable-record: generalized implementation.
|
2017-03-16 10:41:07 +09:00 |
|
Kei Hibino
|
6bf938b442
|
persistable-record: update tests.
|
2017-03-15 15:58:21 +09:00 |
|
Kei Hibino
|
7e36704a86
|
persistable-record: switch generic class for width to GFieldWidthList.
|
2017-03-15 15:57:49 +09:00 |
|
Kei Hibino
|
1054f5555e
|
persistable-record: add cabal flag for tests to compile with GHC 7.4.
|
2017-03-10 22:40:05 +09:00 |
|
Kei Hibino
|
21cb20004c
|
persistable-record: apply default generic instances
|
2017-03-10 15:10:23 +09:00 |
|
Kei Hibino
|
50e49bd7db
|
persistable-record: switch instances of test model to use Generic.
|
2017-03-10 15:02:14 +09:00 |
|
Kei Hibino
|
dd2cd83695
|
persistable-record: add generic definitions of ToSql.
|
2017-03-10 14:25:54 +09:00 |
|
Kei Hibino
|
a3e18e14b0
|
persistable-record: update copyright notice.
|
2017-03-10 12:28:04 +09:00 |
|
Kei Hibino
|
12f9502dd7
|
persistable-record: cps tranform.
|
2017-03-10 12:03:22 +09:00 |
|
Kei Hibino
|
4913c1a09d
|
persistable-record: add generalized record printer internally.
|
2017-03-10 09:48:00 +09:00 |
|
Kei Hibino
|
460240c046
|
persistable-record: update tests.
|
2017-03-10 09:45:55 +09:00 |
|
Kei Hibino
|
6aede515e5
|
persistable-record: apply default generic instance of pair.
|
2017-03-10 09:45:31 +09:00 |
|
Kei Hibino
|
b0170c24ae
|
update tests.
|
2017-03-10 09:37:27 +09:00 |
|
Kei Hibino
|
475737c384
|
persistable-record: apply default generic instances
|
2017-03-10 09:37:08 +09:00 |
|
Kei Hibino
|
1007908c1b
|
persistable-record: formatted.
|
2017-03-10 08:51:26 +09:00 |
|
Kei Hibino
|
34b90f02e9
|
persistable-record: formatted.
|
2017-03-10 08:47:04 +09:00 |
|
Kei Hibino
|
5c9d931875
|
persistable-record: update copyright notice.
|
2017-03-09 11:51:44 +09:00 |
|
Kei Hibino
|
231524c48b
|
persistable-record: drop needless keyword.
|
2017-03-09 11:22:19 +09:00 |
|
Kei Hibino
|
a06c10beee
|
persistable-record: apply default generic instance for unit.
|
2017-03-09 11:05:22 +09:00 |
|
Kei Hibino
|
9d4fe5b9b6
|
persistable-record: switch instances of test model to use Generic.
|
2017-03-09 11:00:38 +09:00 |
|