Commit Graph

303 Commits

Author SHA1 Message Date
Tom Sydney Kerckhove
36779707f3 Released 2024-06-23 18:26:48 +02:00
Tom Sydney Kerckhove
be964a56b1 Upgrade schema too 2024-06-23 17:08:40 +02:00
Tom Sydney Kerckhove
da8a2f8660 Update inputs 2024-06-23 17:03:25 +02:00
Tom Sydney Kerckhove
755ad0bf56 simplify shell 2024-06-23 16:49:34 +02:00
Tom Sydney Kerckhove
f5174c1b3a Ready for release 2024-06-23 16:32:26 +02:00
Tom Sydney Kerckhove
a818df53b0 Nicer number bounds 2024-06-15 22:59:08 +02:00
Tom Sydney Kerckhove
3785aaf884 opt-env-conf upgrades 2024-06-13 11:31:59 +02:00
Tom Sydney Kerckhove
ef4a7cc685 Upgrade to nixos-24.05 and lts-22.22 2024-06-03 07:17:39 +02:00
Tom Sydney Kerckhove
f0b76ac6e8 Upgrade to check against ghc 9.10 2024-05-30 08:43:51 +02:00
Tom Sydney Kerckhove
958a1c51fb Upgrade to lts-21.22 and nixos-23.11 2023-12-04 08:12:10 +01:00
Tom Sydney Kerckhove
5df931e5df new ghc version in horizon 2023-12-04 08:03:27 +01:00
Tom Sydney Kerckhove
e7f4ec8d1d activate cachix 2023-11-20 16:52:16 +01:00
Tom Sydney Kerckhove
0e48f4dd46 Integer and natural codec 2023-11-20 16:37:11 +01:00
Tom Sydney Kerckhove
ffd2a3fcb2 forward compatibility 2023-10-09 22:52:26 +02:00
Tom Sydney Kerckhove
762eb76333 HasCodec instance for vectors 2023-10-06 16:50:46 +02:00
Tom Sydney Kerckhove
70e461ca71 upgrade inputs 2023-10-05 12:05:11 +02:00
Tom Sydney Kerckhove
fde492b234 Forward-compatibility with aeson-2.2 2023-10-05 11:29:33 +02:00
Tom Sydney Kerckhove
04ba46041e trying forward compatibility 2023-10-04 15:48:29 +02:00
Tom Sydney Kerckhove
c8d56ace5b Document the interaction of optionalField with parseAlternative 2023-09-27 15:32:50 +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