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
|
||||
|
||||
## [0.2.0.2] - 2023-01-19
|
||||
|
||||
### Changed
|
||||
|
||||
* Compatibility with `mtl-2.3.1`
|
||||
|
||||
## [0.2.0.1] - 2022-10-06
|
||||
|
||||
### Added
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user