released the missing releases after autodocodec 0.3

This commit is contained in:
Tom Sydney Kerckhove 2024-07-21 15:15:47 +02:00
parent f92977cda9
commit 56bdac8b3c
15 changed files with 27 additions and 27 deletions

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-openapi3
version: 0.2.1.1
version: 0.2.1.2
synopsis: Autodocodec interpreters for openapi3
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
@ -34,7 +34,7 @@ library
src
build-depends:
aeson
, autodocodec >=0.2.0.0
, autodocodec >=0.3.0.0
, base >=4.7 && <5
, insert-ordered-containers
, lens

View File

@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "autodocodec-openapi3";
version = "0.2.1.1";
version = "0.2.1.2";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base insert-ordered-containers lens mtl openapi3

View File

@ -1,5 +1,5 @@
name: autodocodec-openapi3
version: 0.2.1.1
version: 0.2.1.2
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
@ -18,7 +18,7 @@ library:
source-dirs: src
dependencies:
- aeson
- autodocodec >= 0.2.0.0
- autodocodec >= 0.3.0.0
- unordered-containers
- insert-ordered-containers
- lens

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-schema
version: 0.1.0.4
version: 0.1.0.5
synopsis: Autodocodec interpreters for JSON Schema
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
@ -32,7 +32,7 @@ library
src
build-depends:
aeson
, autodocodec >=0.2.0.0
, autodocodec >=0.3.0.0
, base >=4.7 && <5
, containers
, mtl

View File

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

View File

@ -1,5 +1,5 @@
name: autodocodec-schema
version: 0.1.0.4
version: 0.1.0.5
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
@ -18,7 +18,7 @@ library:
source-dirs: src
dependencies:
- aeson
- autodocodec >=0.2.0.0
- autodocodec >=0.3.0.0
- containers
- mtl
- text

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-servant-multipart
version: 0.0.0.0
version: 0.0.0.1
synopsis: Autodocodec interpreters for Servant Multipart
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
@ -32,7 +32,7 @@ library
src
build-depends:
aeson
, autodocodec >=0.2.0.1
, autodocodec >=0.3.0.0
, base >=4.7 && <5
, bytestring
, servant-multipart

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec-servant-multipart";
version = "0.0.0.0";
version = "0.0.0.1";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base bytestring servant-multipart

View File

@ -1,5 +1,5 @@
name: autodocodec-servant-multipart
version: 0.0.0.0
version: 0.0.0.1
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
@ -18,7 +18,7 @@ library:
source-dirs: src
dependencies:
- aeson
- autodocodec >=0.2.0.1
- autodocodec >=0.3.0.0
- bytestring
- servant-multipart
- servant-multipart-api

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-swagger2
version: 0.0.1.1
version: 0.0.1.2
synopsis: Autodocodec interpreters for swagger2
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
@ -34,7 +34,7 @@ library
src
build-depends:
aeson
, autodocodec >=0.2.0.0
, autodocodec >=0.3.0.0
, base >=4.7 && <5
, insert-ordered-containers
, scientific

View File

@ -3,7 +3,7 @@
}:
mkDerivation {
pname = "autodocodec-swagger2";
version = "0.0.1.1";
version = "0.0.1.2";
src = ./.;
libraryHaskellDepends = [
aeson autodocodec base insert-ordered-containers scientific

View File

@ -1,5 +1,5 @@
name: autodocodec-swagger2
version: 0.0.1.1
version: 0.0.1.2
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
@ -18,7 +18,7 @@ library:
source-dirs: src
dependencies:
- aeson
- autodocodec >=0.2.0.0
- autodocodec >=0.3.0.0
- insert-ordered-containers
- scientific
- swagger2

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: autodocodec-yaml
version: 0.3.0.0
version: 0.3.0.1
synopsis: Autodocodec interpreters for yaml
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
@ -34,8 +34,8 @@ library
hs-source-dirs:
src
build-depends:
autodocodec >=0.2.3.0
, autodocodec-schema >=0.1.0.0
autodocodec >=0.3.0.0
, autodocodec-schema >=0.1.0.5
, base >=4.7 && <5
, bytestring
, containers

View File

@ -4,7 +4,7 @@
}:
mkDerivation {
pname = "autodocodec-yaml";
version = "0.3.0.0";
version = "0.3.0.1";
src = ./.;
libraryHaskellDepends = [
autodocodec autodocodec-schema base bytestring containers path

View File

@ -1,5 +1,5 @@
name: autodocodec-yaml
version: 0.3.0.0
version: 0.3.0.1
github: "NorfairKing/autodocodec"
license: MIT
author: "Tom Sydney Kerckhove"
@ -17,8 +17,8 @@ dependencies:
library:
source-dirs: src
dependencies:
- autodocodec >= 0.2.3.0
- autodocodec-schema >=0.1.0.0
- autodocodec >= 0.3.0.0
- autodocodec-schema >=0.1.0.5
- bytestring
- containers
- path