Commit Graph

186 Commits

Author SHA1 Message Date
日比野 啓 (Kei Hibino)
65f7ebabb4
Merge pull request #60 from igrep/doc
📝 Modify documents of configuration types
2018-04-01 02:42:59 +09:00
Yuji Yamamoto
7091cd1088 📝 Modify documents of configuration types
- Add references to related data constructors and functions in the samples.
- Display each label of `Config`
- Reorder the documents of functions in `Database.Relational.Config`
  to show how the configuration should be customized first of all.
- Add document of some of the record label of `Database.Relational.Config`.
- Split out and export the default value of `Database.Relational.Config.nameConfig`.
2018-03-30 15:18:03 +09:00
Kei Hibino
c870f7b4fb persistable-record: not to use varNameWithPrefix. 2018-03-29 17:02:29 +09:00
Kei Hibino
4afcc0af42 persistable-record: bump. 2018-03-26 00:39:31 +09:00
Kei Hibino
779dfba5c8 persistable-record: fix example of customizing NameConfig. 2018-03-26 00:30:56 +09:00
Kei Hibino
988e90f399 persistable-record: bump. 2018-03-17 19:45:30 +09:00
Yuji Yamamoto
99736ae54c Generate field label from table and column name
This fixes a problem that generated filed labels are
named by the column name and the *schema* name while
the document says the generated names are made of
the column name and the *table* name.

In addition, make document of NameConfig more detailed.
2018-03-14 17:56:47 +09:00
Kei Hibino
482234e7da persistable-record: bump. 2018-03-01 09:45:44 +09:00
Kei Hibino
624c308f10 persistable-record: fix typo. 2018-02-25 15:46:39 +09:00
Kei Hibino
73a76b5ba6 persistable-record: bump. 2017-10-22 19:33:35 +09:00
Kei Hibino
a5abef20bc persistable-record: calculate constraint to allow Int type. 2017-10-14 16:07:29 +09:00
Kei Hibino
a38c786f05 persistable-record: drop unused templates. 2017-09-15 22:44:14 +09:00
Kei Hibino
5a5c6776ef generate polymorphic instances using extended reifyRecordType. 2017-09-15 21:03:02 +09:00
Kei Hibino
182c71b762 persistable-record: drop redundant import. 2017-09-13 00:40:35 +09:00
Kei Hibino
b7bd95389a persistable-record: drop moved reifyRecordType. 2017-09-10 23:46:10 +09:00
Kei Hibino
ebcf90f61b persistable-record: reorderd. 2017-09-09 19:59:34 +09:00
Kei Hibino
d906ebc934 persistable-record: renamed. 2017-09-09 19:45:10 +09:00
Kei Hibino
89da5b9950 persistable-record: apply ProductIso* classes. 2017-09-09 19:41:17 +09:00
Kei Hibino
d47d90668f persistable-record: drop low-level interfaces from integrated namespace. 2017-09-09 16:22:41 +09:00
Kei Hibino
5589117fc9 persistable-record: drop unused template definitions. 2017-09-09 09:49:43 +09:00
Kei Hibino
fce5066ed6 persistable-record: revert deprecations. 2017-09-09 09:35:37 +09:00
Kei Hibino
4783facad9 switch to implicit (ToSql) interfaces. 2017-09-08 15:52:41 +09:00
Kei Hibino
0fc79929b4 persistable-record: bump. changelog only. 2017-07-21 00:30:48 +09:00
Kei Hibino
b118737c61 persistable-record: bump. 2017-07-21 00:14:09 +09:00
Kei Hibino
1c2abace64 persistable-record: add class dependency from ToSql to PersistableWidth. 2017-07-20 23:34:03 +09:00
Kei Hibino
29c37f82b8 persistable-record: bump. 2017-07-17 19:20:11 +09:00
Kei Hibino
6952344210 add tested-with 8.2.1.
(grafted from dd394dd879cde80b0283bed8951d025fe4daeb4d)
2017-07-17 11:31:55 +09:00
Kei Hibino
2f2042aef1 persistable-record: add link to generic programming guide. 2017-04-30 23:07:44 +09:00
Kei Hibino
c160818c7e persistable-record: update haddock of Persistable. 2017-04-30 21:41:30 +09:00
Kei Hibino
4fd5bad8f4 persistable-record: update haddock about generic-programming. 2017-04-30 21:13:21 +09:00
Kei Hibino
f8d82f38ae persistable-record: update order of export list. 2017-04-30 17:18:21 +09:00
Kei Hibino
27348b4424 persistable-record: update haddock of ToSql. 2017-04-30 17:16:26 +09:00
Kei Hibino
55c25c31aa persistable-record: update haddock of FromSql. 2017-04-30 14:53:39 +09:00
Kei Hibino
d6c4a5355c persistable-record: update haddock of ToSql. 2017-04-30 14:40:13 +09:00
Kei Hibino
64435a0f37 persistable-record: update haddock of FromSql. 2017-04-30 14:08:08 +09:00
Kei Hibino
2a03d1d636 persistable-record: update haddock of FromSql. 2017-04-25 09:47:41 +09:00
Kei Hibino
dfb69a700f persistable-record: bump. 2017-04-09 18:27:32 +09:00
Herbert Valerio Riedel
8fcc5c7b91 Fix compile failure w/ GHC 7.4.2
This replaces the sub-optimal use of cabal flags with
a more robust & idiomatic conditional pattern for depending
on ghc-prim.

This is also reduces the complexity for the cabal solver, since
there are no flags to solve for anymore.

Fixes #52
2017-04-08 21:49:57 +02:00
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