Tom Sydney Kerckhove
d8bed4742a
fix evaluation
2023-10-04 15:22:08 +02:00
Tom Sydney Kerckhove
9524171d92
update inputs
2023-10-04 15:18:35 +02:00
Tom Sydney Kerckhove
6d8465eebe
trying forward compatibility
2023-10-04 15:11:49 +02:00
Tom Sydney Kerckhove
ffef3f79b4
ready to release
2023-09-27 12:41:19 +02:00
Tom Sydney Kerckhove
f3b4c810cd
document the alternative parsing with object field pitfalls
2023-09-27 12:17:15 +02:00
Tom Sydney Kerckhove
483ffe2cb2
fixed doc location
2023-09-27 12:06:00 +02:00
Tom Sydney Kerckhove
cb8c41fa1d
Parsing tests for parseAlternative with an object codec
2023-09-27 12:03:30 +02:00
Tom Sydney Kerckhove
724f51f4f1
ObjectCodec based series encoding
2023-09-27 12:00:36 +02:00
Tom Sydney Kerckhove
20ec591723
little simplifying refactor
2023-09-27 11:58:00 +02:00
Tom Sydney Kerckhove
7c9a6154a7
Extra functions for encoding and decoding objects specifically
2023-09-27 11:55:51 +02:00
Tom Sydney Kerckhove
6ec31d434d
re-enable doctest
2023-09-27 11:29:57 +02:00
Clinton Mead
f661ec72fd
HasCodec Identity
2023-07-31 09:14:39 +02:00
Tom Sydney Kerckhove
5f23727689
Merge branch 'master' into development
2023-06-02 09:49:27 +02:00
Tom Sydney Kerckhove
7ef8fee7e3
Upgrade to lts 20.23 and nixos 23.05
2023-06-02 09:49:23 +02:00
Tom Sydney Kerckhove
acc7913aee
Upgrade to lts 20.23 and nixos 23.05
2023-06-02 09:49:23 +02:00
Tom Sydney Kerckhove
7dac30c27e
Upgrade to lts 20.23 and nixos 23.05
2023-06-02 09:47:35 +02:00
Tom Sydney Kerckhove
d0d7b2b35b
Merge pull request #41 from michelk/compilable-example
...
Adapt example in README to make it compile
2023-06-01 18:19:41 +02:00
Michel Kuhlmann
032898f5d6
Adapt example in README to make it compile
2023-06-01 18:08:04 +02:00
Tom Sydney Kerckhove
4bf9e6d465
Upgrade to lts 20.23 and nixos 23.05
2023-06-01 17:07:23 +02:00
Tom Sydney Kerckhove
72033e001b
Merge pull request #28 from a5ob7r/fix_typo
...
Fix a typo in README
2023-05-31 09:06:48 +02:00
Tom Sydney Kerckhove
fa4d53e6c7
reenable builds for nixos-21.11
2023-03-11 16:21:07 +01:00
Tom Sydney Kerckhove
dde958c53f
add doctest as an input when we can use it
2023-02-13 09:41:48 +01:00
Tom Sydney Kerckhove
d0e8318628
Upgrade deps again
2023-02-13 09:08:39 +01:00
Tom Sydney Kerckhove
1c65385c4c
Upgrade dependencies
2023-02-13 08:38:43 +01:00
Tom Sydney Kerckhove
90305e0128
HasCodec Void
2023-01-31 14:12:13 +01:00
Tom Sydney Kerckhove
2609cf3987
BUmped and released autodocodec
2023-01-19 12:21:32 +01:00
Tom Sydney Kerckhove
7e6d8811f4
Bumped and released autodocodec-schema
2023-01-18 17:51:13 +01:00
Tom Sydney Kerckhove
8821ffb700
Released autodocodec-yaml-0.2.0.3
2023-01-01 21:30:59 +01:00
Tom Sydney Kerckhove
dda328d451
Regenerated golden output
2023-01-01 20:31:01 +01:00
Tom Sydney Kerckhove
cbfdf3bd52
Yaml encoding via Yaml.toByteString instead of Yaml.encode
2022-12-25 15:47:52 +01:00
Tom Sydney Kerckhove
b49e3f4201
Nix flake
2022-11-30 14:33:11 +01:00
Tom Sydney Kerckhove
c40721bc09
Merge pull request #29 from a5ob7r/compatible_with_mtl_2.3
...
Fix compatibilities with mtl 2.3.1
2022-11-09 10:53:45 +01:00
a5ob7r
65eeace89c
Fix compatibilities with mtl 2.3.1
...
No longer the version of mtl re-exports Control.Monad (and other
modules), so instead we need to import this module directly to use some
monad utilities.
2022-11-09 10:57:44 +09:00
a5ob7r
e2ec30cfe3
Fix a typo in README
2022-11-08 16:24:31 +09:00
Tom Sydney Kerckhove
c8c6965d97
Released autodocodec-servant-multipart
2022-10-06 19:49:57 +02:00
Tom Sydney Kerckhove
122ff64058
Merge pull request #26 from NorfairKing/servant-multipart-bug
...
Servant multipart bug
2022-10-06 08:42:38 +02:00
Tom Sydney Kerckhove
82b4c42ca9
Fix the servant-multipart bug with lists
2022-10-04 16:15:11 +02:00
Tom Sydney Kerckhove
a5888d3dcf
autodocodec-servant-multipart
2022-10-04 16:15:10 +02:00
Tom Sydney Kerckhove
49ff93b4e6
autodocodec-servant-multipart
2022-09-20 00:59:49 +02:00
Tom Sydney Kerckhove
dfccd2582a
autodocodec-nix todo
2022-09-20 00:42:10 +02:00
Tom Sydney Kerckhove
e337d68110
Merge pull request #25 from kenranunderscore/fix-typo
...
Fix some typos
2022-08-31 10:08:29 +02:00
Johannes Maier
6883d3c15c
Fix some typos
2022-08-31 08:50:54 +02:00
Tom Sydney Kerckhove
98135d2b24
drop yamlparse-applicative dependency
2022-08-02 22:43:07 +02:00
Tom Sydney Kerckhove
71c4dcb3c8
Use pretty show for the showSpec
2022-07-21 16:22:07 +02:00
David Overton
a06ee16d8d
Add Discriminated unions
2022-07-21 16:11:24 +02:00
Tom Sydney Kerckhove
7d527f73de
autodocodec 0.1.0.3
2022-07-14 16:10:09 +02:00
Tom Sydney Kerckhove
479390d82e
use the master branch of sydtest
2022-06-28 16:16:07 +02:00
Tom Sydney Kerckhove
a4832c0096
require safe-coloured-text 0.2.0.0
2022-06-28 15:59:05 +02:00
Tom Sydney Kerckhove
d9a36061ac
output text instead of bytestrings
2022-06-28 15:55:19 +02:00
Tom Sydney Kerckhove
176a4eced3
don't double-add Wall
2022-06-28 14:13:45 +02:00