Commit Graph

63 Commits

Author SHA1 Message Date
Harri Nieminen
29771eef10 fix typos
Found by codespell
2023-04-02 17:25:50 +03:00
Kei Hibino
0867f18ab5 examples/HDBC/Oracle: update version constraint. 2018-07-17 17:28:00 +09:00
Kei Hibino
19f22e0486 examples/HDBC/Oracle: apply new defined instances. 2018-07-17 11:45:47 +09:00
Kei Hibino
8dfb26e4c7 examples/HDBC/PostgreSQL: update along with library. 2018-06-30 12:53:41 +09:00
Kei Hibino
07b994b412 examples/HDBC/PostgreSQL: add primary key for example1.membership. 2018-06-30 12:44:49 +09:00
Kei Hibino
a848a083a8 examples/HDBC/PostgreSQL: update other-modules. 2018-06-30 12:41:12 +09:00
Kei Hibino
d24db3550c examples/HDBC/MySQL: update version constraint. 2018-06-30 12:31:30 +09:00
Kei Hibino
166201b9ec examples/HDBC/Oracle: add -Wall. 2018-06-30 12:21:38 +09:00
Kei Hibino
47a6576067 examples/HDBC/Oracle: update along with library. 2018-06-30 12:20:23 +09:00
Kei Hibino
31a49ab6ef examples/HDBC/MySQL: apply fixed defineTableFromDB. 2018-06-27 02:16:49 +09:00
Kei Hibino
d38ce2ecb7 examples/HDBC/MySQL: specify other-modules parameter.
(grafted from 9f876434e4a170e2fa6ece9ed4375f9f353351a6)
2018-04-13 17:46:03 +09:00
Kei Hibino
2e284b813a examples/HDBC/PostgreSQL: add buildable flag for GHC 7 2018-04-03 19:01:31 +09:00
Kei Hibino
7a621b1df7 examples/HDBC/PostgreSQL: add comment about strength of type restriction. 2017-11-25 02:49:04 +09:00
Kei Hibino
082f522307 examples/HDBC/PostgreSQL: add overloaded style example. 2017-11-23 21:10:39 +09:00
Kei Hibino
b144994fcc examples/HDBC/PostgreSQL: skip ill-formed SQL case. 2017-11-23 21:08:48 +09:00
Kei Hibino
522a910ced examples/HDBC/PostgreSQL: drop old code. 2017-11-23 20:29:49 +09:00
Kei Hibino
d7cfefa4f2 examples/HDBC/MySQL: apply namespace updates. 2017-11-23 20:11:38 +09:00
Kei Hibino
3a799f48b7 examples/HDBC/PostgreSQL: apply namespace updates. 2017-11-23 19:59:07 +09:00
Kei Hibino
6b49cb1a2c examples/HDBC/Oracle: add memo. 2017-11-23 19:32:15 +09:00
Kei Hibino
e5b8a301c7 examples/HDBC/Oracle: fix to read params from file. apply generic. 2017-11-23 19:23:40 +09:00
Kei Hibino
f893494c9f examples/HDBC/Oracle: avoid not fixed case. 2017-11-23 19:21:05 +09:00
Kei Hibino
64896ac214 examples/HDBC/Oracle: apply namespace updates. 2017-11-23 19:20:18 +09:00
Kei Hibino
d67f853a36 examples/HDBC/Oracle: renamed. 2017-11-23 17:45:21 +09:00
Kei Hibino
bcc9b8daf1 examples/HDBC/MySQL: apply overloaded-projections. 2017-11-23 17:01:35 +09:00
Kei Hibino
a8489a8939 examples/HDBC/PostgreSQL: apply overloaded-projections. 2017-11-23 17:01:19 +09:00
Kei Hibino
904e619c78 avoid bug of GHC8. 2017-08-13 01:06:55 +09:00
Kei Hibino
33f6f5ecbd examples/HDBC/PostgreSQL: modify examples to use nulls ordering.
(grafted from d0260b7dfe3865f0711917d7c4d9bc498af7ae39)
2017-07-24 14:30:30 +09:00
Kei Hibino
ebe6071628 examples/HDBC/PostgreSQL: revert modified constraint set.
(grafted from da33a551a5a187bdbc043764a59b68f563766635)
2017-07-20 17:11:56 +09:00
Kei Hibino
dc70c7b689 examples/HDBC/PostgreSQL: apply updated constraint.
(grafted from f18ddd3b8208c124dbcc210f33d58a240cbb848d)
2017-07-20 02:00:52 +09:00
Kei Hibino
93fb9288b0 examples/HDBC/PostgreSQL: apply derived* interfaces. 2017-05-30 00:58:13 +09:00
Kei Hibino
f32e7796da examples/HDBC/PostgreSQL: drop redundant import. 2017-04-18 12:28:35 +09:00
Kei Hibino
ce6d4c416f examples/HDBC/PostgreSQL: apply derivedUpdate 2017-04-18 12:25:38 +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
b95cc25948 examples/HDBC/PostgreSQL: apply new name. 2017-04-05 15:09:27 +09:00
Kei Hibino
e2e2bd1fc2 examples/HDBC/MySQL: fix for GHC 7.4. 2017-03-29 20:52:54 +09:00
Kei Hibino
8ccbfd519c examples/HDBC/PostgreSQL: apply cabal flag for 7.4. 2017-03-29 20:51:33 +09:00
Kei Hibino
07b4ba68d6 examples/HDBC/MySQL: apply DeriveGeneric. 2017-03-17 11:27:16 +09:00
Kei Hibino
b545487b97 examples: apply DeriveGeneric. 2017-03-17 10:56:33 +09:00
Kei Hibino
85d907e661 example PostgreSQL: switch from 'testdb' to 'hrrtest'. 2017-01-28 17:21:24 +09:00
Kei Hibino
fe6da06983 example PostgreSQL: switch from sh to SQL. 2017-01-28 17:03:31 +09:00
Kei Hibino
01acb337f1 example PostgreSQL: switch from sh to SQL. 2017-01-28 16:38:59 +09:00
Kei Hibino
af27d45881 example PostgreSQL: switch from sh to SQL. 2017-01-28 16:32:06 +09:00
Kei Hibino
f0c929f5c9 example PostgreSQL: switch from sh to SQL. 2017-01-28 16:25:51 +09:00
Kei Hibino
d316472332 example: relax version constraint. 2017-01-26 09:32:22 +09:00
Kei Hibino
c9a1e0c22e workaround for GHC 8. 2016-06-17 09:56:09 +09:00
Kei Hibino
fa2f6cf7f0 Fix broken example. 2016-04-30 17:54:52 +09:00
Ryan Mulligan
03c9980459 update mysql example to use mysql config
addresses #39
2016-04-18 17:01:27 -07:00
Kei Hibino
e11d68abc2 Small example package renamed. 2016-04-02 13:31:58 +09:00
Kei Hibino
297f670b2e Small example package renamed. 2016-04-02 12:44:43 +09:00
Kei Hibino
2612fef39b Add symlinks for developers 2016-02-09 09:30:40 +09:00