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 # Changelog
## [0.2.0.2] - 2023-01-19
### Changed
* Compatibility with `mtl-2.3.1`
## [0.2.0.1] - 2022-10-06 ## [0.2.0.1] - 2022-10-06
### Added ### Added

View File

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

View File

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

View File

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