Commit Graph

114 Commits

Author SHA1 Message Date
Kei Hibino
1d6b84c724 Rename APIs of persistable record templates. 2014-02-15 00:44:27 +09:00
Kei Hibino
ee3f55bd5d Generalize defined record type template into single algebric data type. 2014-02-14 23:54:46 +09:00
Kei Hibino
671abfee2d Rename PersistableWidth template and export it. 2014-02-14 22:31:09 +09:00
Kei Hibino
285d6814cf Update haddocks and PersistableWidth template interface. 2014-02-14 22:25:56 +09:00
Kei Hibino
bc83fdb2c6 Update defined record type interface and template functions. 2014-02-14 22:10:11 +09:00
Kei Hibino
bbd47783fc Lift persistable width template definition into top-level. 2014-02-14 00:38:23 +09:00
Kei Hibino
ac7ff60d5a Weaken prereqs to define function templates about sql-value type. 2014-02-14 00:30:36 +09:00
Kei Hibino
7b6d4d4ff8 Change template interfaces to require constructor pair instead of name. 2014-02-14 00:26:52 +09:00
Kei Hibino
64c3bb62cc Weaken prereqs to define function templates about sql-value type. 2014-02-13 23:31:18 +09:00
Kei Hibino
79153e6cfa Flatten codes using monadic style. 2014-02-13 02:22:21 +09:00
Kei Hibino
a68be60b34 Generalize decompose template into algebric data type pattern match. 2014-02-09 00:21:33 +09:00
Kei Hibino
9dc0f34ff5 Re-format. 2014-02-08 20:09:23 +09:00
Kei Hibino
fd07e9cbc8 Fix debian revision. 2013-12-20 08:34:54 +09:00
Kei Hibino
939f1fc226 Rename package name from DB-record into persistable-record.
--HG--
rename : DB-record/GNUmakefile => persistable-record/GNUmakefile
rename : DB-record/LICENSE => persistable-record/LICENSE
rename : DB-record/Setup.hs => persistable-record/Setup.hs
rename : DB-record/debian/changelog => persistable-record/debian/changelog
rename : DB-record/debian/compat => persistable-record/debian/compat
rename : DB-record/debian/control => persistable-record/debian/control
rename : DB-record/debian/copyright => persistable-record/debian/copyright
rename : DB-record/debian/rules => persistable-record/debian/rules
rename : DB-record/debian/source/format => persistable-record/debian/source/format
rename : DB-record/debian/watch => persistable-record/debian/watch
rename : DB-record/DB-record.cabal => persistable-record/persistable-record.cabal
rename : DB-record/src/Database/Record.hs => persistable-record/src/Database/Record.hs
rename : DB-record/src/Database/Record/FromSql.hs => persistable-record/src/Database/Record/FromSql.hs
rename : DB-record/src/Database/Record/Instances.hs => persistable-record/src/Database/Record/Instances.hs
rename : DB-record/src/Database/Record/KeyConstraint.hs => persistable-record/src/Database/Record/KeyConstraint.hs
rename : DB-record/src/Database/Record/Persistable.hs => persistable-record/src/Database/Record/Persistable.hs
rename : DB-record/src/Database/Record/Singleton.hs => persistable-record/src/Database/Record/Singleton.hs
rename : DB-record/src/Database/Record/TH.hs => persistable-record/src/Database/Record/TH.hs
rename : DB-record/src/Database/Record/ToSql.hs => persistable-record/src/Database/Record/ToSql.hs
2013-12-20 01:32:12 +09:00