BUmped and released autodocodec

This commit is contained in:
Tom Sydney Kerckhove 2023-01-19 12:21:32 +01:00
parent 7e6d8811f4
commit 2609cf3987
4 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## [0.2.0.2] - 2023-01-19
### Changed
* Compatibility with `mtl-2.3.1`
## [0.2.0.1] - 2022-10-06
### Added

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec
version: 0.2.0.1
version: 0.2.0.2
synopsis: Self-documenting encoder and decoder
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec";
version = "0.2.0.1";
version = "0.2.0.2";
src = ./.;
libraryHaskellDepends = [
aeson base bytestring containers hashable mtl scientific text time

View File

@ -1,5 +1,5 @@
name: autodocodec
version: 0.2.0.1
version: 0.2.0.2
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"