Bump to 0.4.1
This commit is contained in:
parent
9f1cb63206
commit
0b3291970f
8 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: servant-blaze
|
name: servant-blaze
|
||||||
version: 0.4.0.0
|
version: 0.4.1
|
||||||
synopsis: Blaze-html support for servant
|
synopsis: Blaze-html support for servant
|
||||||
-- description:
|
-- description:
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant-client
|
name: servant-client
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
synopsis: automatical derivation of querying functions for servant webservices
|
synopsis: automatical derivation of querying functions for servant webservices
|
||||||
description:
|
description:
|
||||||
This library lets you derive automatically Haskell functions that
|
This library lets you derive automatically Haskell functions that
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant-docs
|
name: servant-docs
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
synopsis: generate API docs for your servant webservice
|
synopsis: generate API docs for your servant webservice
|
||||||
description:
|
description:
|
||||||
Library for generating API docs from a servant API definition.
|
Library for generating API docs from a servant API definition.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant-examples
|
name: servant-examples
|
||||||
version: 0.4
|
version: 0.4.1
|
||||||
synopsis: Example programs for servant
|
synopsis: Example programs for servant
|
||||||
description: Example programs for servant,
|
description: Example programs for servant,
|
||||||
showcasing solutions to common needs.
|
showcasing solutions to common needs.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant-jquery
|
name: servant-jquery
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
|
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
|
||||||
description:
|
description:
|
||||||
Automatically derive jquery-based javascript functions to query servant webservices.
|
Automatically derive jquery-based javascript functions to query servant webservices.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
-- documentation, see http://haskell.org/cabal/users-guide/
|
-- documentation, see http://haskell.org/cabal/users-guide/
|
||||||
|
|
||||||
name: servant-lucid
|
name: servant-lucid
|
||||||
version: 0.4.0.0
|
version: 0.4.1
|
||||||
synopsis: Servant support for lucid
|
synopsis: Servant support for lucid
|
||||||
-- description:
|
-- description:
|
||||||
homepage: http://haskell-servant.github.io/
|
homepage: http://haskell-servant.github.io/
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant-server
|
name: servant-server
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
synopsis: A family of combinators for defining webservices APIs and serving them
|
synopsis: A family of combinators for defining webservices APIs and serving them
|
||||||
description:
|
description:
|
||||||
A family of combinators for defining webservices APIs and serving them
|
A family of combinators for defining webservices APIs and serving them
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: servant
|
name: servant
|
||||||
version: 0.4.0
|
version: 0.4.1
|
||||||
synopsis: A family of combinators for defining webservices APIs
|
synopsis: A family of combinators for defining webservices APIs
|
||||||
description:
|
description:
|
||||||
A family of combinators for defining webservices APIs and serving them
|
A family of combinators for defining webservices APIs and serving them
|
||||||
|
|
Loading…
Reference in a new issue