mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 22:33:01 +03:00
BUmped and released autodocodec
This commit is contained in:
parent
7e6d8811f4
commit
2609cf3987
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user