Upgrade schema too

This commit is contained in:
Tom Sydney Kerckhove 2024-06-23 17:08:40 +02:00
parent da8a2f8660
commit be964a56b1
4 changed files with 13 additions and 5 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## [0.1.0.4] - 2024-06-23
### Added
* `Ord JSONSchema`
* `Ord ObjectSchema`
* `Ord KeyRequirement`
## [0.1.0.3] - 2023-01-18
### Changed

View File

@ -5,13 +5,13 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-schema
version: 0.1.0.3
version: 0.1.0.4
synopsis: Autodocodec interpreters for JSON Schema
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: 2021-2022 Tom Sydney Kerckhove
copyright: 2021-2024 Tom Sydney Kerckhove
license: MIT
license-file: LICENSE
build-type: Simple

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec-schema";
version = "0.1.0.3";
version = "0.1.0.4";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base containers mtl text unordered-containers

View File

@ -1,10 +1,10 @@
name: autodocodec-schema
version: 0.1.0.3
version: 0.1.0.4
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
maintainer: "syd@cs-syd.eu"
copyright: "2021-2022 Tom Sydney Kerckhove"
copyright: "2021-2024 Tom Sydney Kerckhove"
synopsis: Autodocodec interpreters for JSON Schema
extra-source-files: