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 -- see: https://github.com/sol/hpack
name: autodocodec-openapi3 name: autodocodec-openapi3
version: 0.2.1.1 version: 0.2.1.2
synopsis: Autodocodec interpreters for openapi3 synopsis: Autodocodec interpreters for openapi3
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
@ -34,7 +34,7 @@ library
src src
build-depends: build-depends:
aeson aeson
, autodocodec >=0.2.0.0 , autodocodec >=0.3.0.0
, base >=4.7 && <5 , base >=4.7 && <5
, insert-ordered-containers , insert-ordered-containers
, lens , lens

View File

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

View File

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

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack -- see: https://github.com/sol/hpack
name: autodocodec-schema name: autodocodec-schema
version: 0.1.0.4 version: 0.1.0.5
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
@ -32,7 +32,7 @@ library
src src
build-depends: build-depends:
aeson aeson
, autodocodec >=0.2.0.0 , autodocodec >=0.3.0.0
, base >=4.7 && <5 , base >=4.7 && <5
, containers , containers
, mtl , mtl

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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