mirror of
https://github.com/NorfairKing/autodocodec.git
synced 2024-11-22 13:07:39 +03:00
released the missing releases after autodocodec 0.3
This commit is contained in:
parent
f92977cda9
commit
56bdac8b3c
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user