This commit is contained in:
Tom Sydney Kerckhove 2022-04-26 22:33:32 +02:00
parent 52d138ce21
commit de3a6efbfa
9 changed files with 33 additions and 15 deletions

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.0.1] - 2022-04-26
### Added
* Compatibility with `aeson >= 2.0.0.0`
## [0.1.0.0] - 2021-12-21 ## [0.1.0.0] - 2021-12-21
### Added ### Added

View File

@ -1,11 +1,11 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.5. -- This file has been generated from package.yaml by hpack version 0.34.7.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: autodocodec-schema name: autodocodec-schema
version: 0.1.0.0 version: 0.1.0.1
synopsis: Autodocodec interpreters for JSON Schema synopsis: Autodocodec interpreters for JSON Schema
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

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

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.1.0.1] - 2022-04-26
### Added
* Compatibility with `aeson >= 2.0.0.0`
## [0.1.0.0] - 2021-12-23 ## [0.1.0.0] - 2021-12-23
### Changed ### Changed

View File

@ -1,5 +1,11 @@
# Changelog # Changelog
## [0.0.1.1] - 2022-04-26
### Added
* Compatibility with `aeson >= 2.0.0.0`
## [0.0.1.0] - 2021-12-23 ## [0.0.1.0] - 2021-12-23
### Changed ### Changed

View File

@ -1,11 +1,11 @@
cabal-version: 1.12 cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4. -- This file has been generated from package.yaml by hpack version 0.34.7.
-- --
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: autodocodec name: autodocodec
version: 0.0.1.0 version: 0.0.1.1
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

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

View File

@ -65,22 +65,22 @@
"homepage": "", "homepage": "",
"owner": "NorfairKing", "owner": "NorfairKing",
"repo": "sydtest", "repo": "sydtest",
"rev": "aac96e2e520a4fca97bccd3403721dc0036b026f", "rev": "da5ff27751ced020900d88dca43bb20cd3dc3c87",
"sha256": "06fb6h32z4mqvkmvya9s2zpqb64iyib7bwzn6mym7wiisgbwc98k", "sha256": "07mpmzalyqqqv4kqv7pyqp0ldwnmapyz6q2j8pdsylm7x3c45mdi",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NorfairKing/sydtest/archive/aac96e2e520a4fca97bccd3403721dc0036b026f.tar.gz", "url": "https://github.com/NorfairKing/sydtest/archive/da5ff27751ced020900d88dca43bb20cd3dc3c87.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"validity": { "validity": {
"branch": "lts-19.3", "branch": "master",
"description": "Validity and validity-based testing", "description": "Validity and validity-based testing",
"homepage": "https://www.youtube.com/watch?v=eIs9qNh17SM", "homepage": "https://www.youtube.com/watch?v=eIs9qNh17SM",
"owner": "NorfairKing", "owner": "NorfairKing",
"repo": "validity", "repo": "validity",
"rev": "410702fac364bbda67fdf438024a7c82c3c9ae02", "rev": "e042d0ba56436f8122a5e558d77ec6ff4160c0d9",
"sha256": "11mvn5l4zhh3cwydfx97iji2ifbhrx94iivr15hj70v5qccn57sm", "sha256": "0nkpjhqlicrl029h86lzif9f31w3hm2p55zyxyfbiv5p1bk6h1px",
"type": "tarball", "type": "tarball",
"url": "https://github.com/NorfairKing/validity/archive/410702fac364bbda67fdf438024a7c82c3c9ae02.tar.gz", "url": "https://github.com/NorfairKing/validity/archive/e042d0ba56436f8122a5e558d77ec6ff4160c0d9.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"yamlparse-applicative": { "yamlparse-applicative": {

View File

@ -8,7 +8,7 @@ packages:
- autodocodec-yaml - autodocodec-yaml
extra-deps: extra-deps:
- github: NorfairKing/validity - github: NorfairKing/validity
commit: 410702fac364bbda67fdf438024a7c82c3c9ae02 commit: e042d0ba56436f8122a5e558d77ec6ff4160c0d9
subdirs: subdirs:
- validity - validity
- validity-aeson - validity-aeson
@ -29,7 +29,7 @@ extra-deps:
- safe-coloured-text-terminfo - safe-coloured-text-terminfo
- github: NorfairKing/sydtest - github: NorfairKing/sydtest
commit: aac96e2e520a4fca97bccd3403721dc0036b026f commit: da5ff27751ced020900d88dca43bb20cd3dc3c87
subdirs: subdirs:
- sydtest - sydtest
- sydtest-aeson - sydtest-aeson