Bump x-revisions

This commit is contained in:
Oleg Grenrus 2019-09-15 14:19:56 +03:00
parent fbe09bedb1
commit 9c6911150a
7 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-client-core
version: 0.16
x-revision: 1
x-revision: 2
synopsis: Core functionality and class for client function generation for servant APIs
category: Servant, Web

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-client
version: 0.16
x-revision: 2
x-revision: 3
synopsis: Automatic derivation of querying functions for servant
category: Servant, Web

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-conduit
version: 0.15
x-revision: 1
x-revision: 2
synopsis: Servant Stream support for conduit.
category: Servant, Web, Enumerator

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-foreign
version: 0.15
x-revision: 1
x-revision: 2
synopsis: Helpers for generating clients for servant APIs in any programming language
category: Servant, Web

View File

@ -1,7 +1,7 @@
cabal-version: >=1.10
name: servant-machines
version: 0.15
x-revision: 2
x-revision: 3
synopsis: Servant Stream support for machines
category: Servant, Web, Enumerator

View File

@ -1,6 +1,7 @@
cabal-version: >=1.10
name: servant-server
version: 0.16.2
x-revision: 1
synopsis: A family of combinators for defining webservices APIs and serving them
category: Servant, Web

View File

@ -1,6 +1,7 @@
cabal-version: >=1.10
name: servant
version: 0.16.2
x-revision: 1
synopsis: A family of combinators for defining webservices APIs
category: Servant, Web