mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 04:43:15 +03:00
Released autodocodec-yaml-0.2.0.3
This commit is contained in:
parent
dda328d451
commit
8821ffb700
2
LICENSE
2
LICENSE
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user