Commit Graph

68 Commits

Author SHA1 Message Date
Kei Hibino
4338e2dfaa Update haddock. 2013-05-30 19:02:56 +09:00
Kei Hibino
3ed94f5482 Update package description. 2013-05-30 18:45:14 +09:00
Kei Hibino
9ab641aea2 Pass '-Wall' switch to GHC. 2013-05-30 00:44:40 +09:00
Kei Hibino
5daf8a5f11 Add keywords for aggregations. 2013-05-27 17:56:22 +09:00
Kei Hibino
a0c7427028 Add a module get string result of concatination. 2013-05-17 19:17:50 +09:00
Kei Hibino
9da25a14f6 Move definition of stringMap. 2013-05-17 18:58:43 +09:00
Kei Hibino
45d631051a Specify associatibity of in' operator. 2013-05-17 18:54:51 +09:00
Kei Hibino
b59e5586fb Integrate signature of binary operators. 2013-05-17 18:51:34 +09:00
Kei Hibino
2711df6c0b Integrate binary operator signatures. 2013-05-17 18:40:55 +09:00
Kei Hibino
a7e1778b31 Add integrated module. 2013-05-17 18:29:50 +09:00
Kei Hibino
c4e21b3a5b Divide into two modules, type module and combinator module.
--HG--
rename : sql-words/src/Language/SQL/Keyword.hs => sql-words/src/Language/SQL/Keyword/Concat.hs
rename : sql-words/src/Language/SQL/Keyword.hs => sql-words/src/Language/SQL/Keyword/Type.hs
2013-05-17 15:40:00 +09:00
Kei Hibino
497ccb1bac Add header document. Add keyword 'IN' and binary operator. 2013-05-16 18:23:08 +09:00
Kei Hibino
292d909af1 Add Setup.hs for sql-words. 2013-05-07 19:59:03 +09:00
Kei Hibino
26d03c910f Remove old comment. 2013-04-27 04:14:26 +09:00
Kei Hibino
60701b5b32 Add binary operators and combinators for expression. 2013-04-26 18:44:53 +09:00
Kei Hibino
38a018d326 Fix binary operator associativities. 2013-04-26 17:52:02 +09:00
Kei Hibino
855af1173d Operator renamed like HaskellDB. 2013-04-26 17:48:03 +09:00
Kei Hibino
e598ef8936 Divide SQL keyword module into another package 'sql-words'.
--HG--
rename : schema-th/src/Language/SQL/SqlWord.hs => sql-words/src/Language/SQL/Keyword.hs
2013-04-24 20:38:42 +09:00