Commit Graph

550 Commits

Author SHA1 Message Date
Nikita Volkov
b64a7015a1 Format with ormolu 2022-06-20 13:55:04 +03:00
Nikita Volkov
e2852d42fb Bump 2022-06-20 13:54:07 +03:00
Nikita Volkov
6b40eec82a Bump 2022-05-30 12:27:52 +03:00
Nikita Volkov
ea1161dfa5 Bump deps 2022-05-30 12:25:51 +03:00
Nikita Volkov
7430eae90e Fix docs 2022-05-30 12:25:40 +03:00
Nikita Volkov
f105af3238 Bump 2022-02-10 12:45:16 +03:00
Nikita Volkov
0d5fe2ea91 Correct docs 2022-02-10 12:44:58 +03:00
Nikita Volkov
d4dcb4f627 Add changelog and readme to extra-source-files 2022-01-03 16:40:55 +03:00
Nikita Volkov
b581b5a523 Allow text-2 2022-01-03 16:38:38 +03:00
Nikita Volkov
c2f0b406af Bump 2022-01-03 16:37:04 +03:00
Nikita Volkov
44d2925c7a Add changelog 2022-01-03 16:36:53 +03:00
Nikita Volkov
5db8a5c176 Allow newer transformers 2022-01-03 16:33:41 +03:00
Nikita Volkov
b59db53aa2 Bump 2022-01-02 19:30:36 +03:00
Nikita Volkov
128026e416 Add MonadReader 2022-01-02 19:27:38 +03:00
Nikita Volkov
4ca01dd411 Update stack 2022-01-02 19:24:28 +03:00
Nikita Volkov
97ed9970b2
Merge pull request #143 from guaraqe/master
Add column to RowError
2021-12-12 23:26:02 +03:00
guaraqe
9d186f5e8c Add column index to RowError constructor 2021-12-12 21:02:25 +05:00
Nikita Volkov
9931a98a26 Bump the version 2021-11-02 10:27:05 +03:00
Nikita Volkov
7f1c0cfb9b Revert "Migrate to new text-builder"
This reverts commit d9bf8c8cea.
2021-11-02 10:26:35 +03:00
Nikita Volkov
f499590a16
Merge pull request #141 from vdukhovni/bytestring-deprecations
Deal with removed deprecated ByteString modules
2021-11-02 10:13:28 +03:00
Viktor Dukhovni
0a1eef918c Deal with removed deprecated ByteString modules
The ByteString 0.11 package included with GHC 9.2 droppped a few
long deprecated modules and functions.
2021-11-01 16:12:33 -04:00
Nikita Volkov
d9bf8c8cea Migrate to new text-builder 2021-10-22 04:13:52 +03:00
Nikita Volkov
623a1ccf3b Correct a doc 2021-10-22 04:09:06 +03:00
Nikita Volkov
c9baa43137 Bump the version 2021-09-17 10:56:52 +03:00
Nikita Volkov
f3cc8542ca Fix the strictness of the foldl decoder (#140) 2021-09-17 10:56:29 +03:00
Nikita Volkov
7a53a06960 Bump the version 2021-03-24 16:41:25 +03:00
Nikita Volkov
fb5b48c46a Make the tests compatible with the rerebase 1.11 2021-03-24 16:41:07 +03:00
Nikita Volkov
8f51c36dfc Ditch a redundant dep 2021-03-24 16:38:39 +03:00
Nikita Volkov
1f85017a4e Bump the version 2021-03-24 10:26:27 +03:00
Nikita Volkov
39abdd9a02 Enforce Value decoder's result to have a representational role
Fixes #137
2021-03-24 10:25:05 +03:00
Nikita Volkov
d7fa056e04 Allow dlist 0.8
Due to https://github.com/commercialhaskell/stackage/issues/5961
2021-03-24 10:15:26 +03:00
Nikita Volkov
8819697474 Update travis 2021-03-23 16:32:54 +03:00
Nikita Volkov
3941628285 Fix the benchmarks 2021-03-23 16:16:06 +03:00
Nikita Volkov
2de0bf4ddb Update bytestring 2021-03-23 15:36:30 +03:00
Nikita Volkov
c398715a3a Update travis 2021-03-23 15:35:48 +03:00
Nikita Volkov
c502108e1f Bump the version 2021-03-23 15:06:59 +03:00
Nikita Volkov
35435c0e01 Update the deps 2021-03-23 15:06:42 +03:00
Nikita Volkov
fdb58ec30e Update the dlist bounds 2020-07-20 14:22:23 +03:00
Nikita Volkov
5a79b7ef4f Set the version to 1.4.4.2 2020-07-20 14:22:11 +03:00
Nikita Volkov
8dc3944ea7 Set the version to 1.4.4.1 2020-07-20 13:54:23 +03:00
Nikita Volkov
d93fd86dd8 Update the dlist dep 2020-07-20 13:07:38 +03:00
Nikita Volkov
33fc524e57 Add MonadFail for Composite 2020-06-13 13:33:02 +03:00
Nikita Volkov
64c3a0eed1 Refactor Row's MonadFail 2020-06-13 13:32:53 +03:00
Nikita Volkov
644abe99ca Update the deps 2020-06-13 13:32:29 +03:00
Nikita Volkov
06b465a92a Set the version to 1.4.4 2020-06-13 13:23:09 +03:00
Nikita Volkov
736652c354 Restore the old code, giving a comparison with hasql-th 2020-06-07 11:40:52 +03:00
Nikita Volkov
809604683f Set the version to 1.4.3 2020-05-30 11:44:35 +03:00
Nikita Volkov
0fe7f0ccd7 Avoid crashing on absent code or message (#119) 2020-05-30 11:43:14 +03:00
Nikita Volkov
be03e83b01
Merge pull request #129 from k0001/fail-row
Add MonadFail instance for Row
2020-05-12 16:35:36 +03:00
Renzo Carbonara
2c9c2377e1 Add MonadFail instance for Row 2020-05-09 18:58:37 +03:00