Released autodocodec-yaml-0.2.0.3

This commit is contained in:
Tom Sydney Kerckhove 2023-01-01 21:30:59 +01:00
parent dda328d451
commit 8821ffb700
5 changed files with 13 additions and 6 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2021 Tom Sydney Kerckhove
Copyright (c) 2021-2023 Tom Sydney Kerckhove
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -1,5 +1,12 @@
# Changelog
## [0.2.0.3] - 2023-01-01
### Changed
Use the `ToYaml` instance instead of the `ToJSON` instance when encoding to Yaml.
This preserves the key order where `ToJSON` wouldn't.
## [0.2.0.2] - 2022-07-21
### Added

View File

@ -5,13 +5,13 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-yaml
version: 0.2.0.2
version: 0.2.0.3
synopsis: Autodocodec interpreters for yaml
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: 2021 Tom Sydney Kerckhove
copyright: 2021-2023 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec-yaml";
version = "0.2.0.2";
version = "0.2.0.3";
src = ./.;
libraryHaskellDepends = [
autodocodec autodocodec-schema base bytestring containers path

View File

@ -1,10 +1,10 @@
name: autodocodec-yaml
version: 0.2.0.2
version: 0.2.0.3
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
maintainer: "syd@cs-syd.eu"
copyright: "2021 Tom Sydney Kerckhove"
copyright: "2021-2023 Tom Sydney Kerckhove"
synopsis: Autodocodec interpreters for yaml
extra-source-files: