Skip to content

Commit

Permalink
Bump to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkarni committed May 29, 2015
1 parent 9f1cb63 commit 0b32919
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion servant-blaze/servant-blaze.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: servant-blaze
version: 0.4.0.0
version: 0.4.1
synopsis: Blaze-html support for servant
-- description:
homepage: http://haskell-servant.github.io/
Expand Down
2 changes: 1 addition & 1 deletion servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-client
version: 0.4.0
version: 0.4.1
synopsis: automatical derivation of querying functions for servant webservices
description:
This library lets you derive automatically Haskell functions that
Expand Down
2 changes: 1 addition & 1 deletion servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-docs
version: 0.4.0
version: 0.4.1
synopsis: generate API docs for your servant webservice
description:
Library for generating API docs from a servant API definition.
Expand Down
2 changes: 1 addition & 1 deletion servant-examples/servant-examples.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-examples
version: 0.4
version: 0.4.1
synopsis: Example programs for servant
description: Example programs for servant,
showcasing solutions to common needs.
Expand Down
2 changes: 1 addition & 1 deletion servant-jquery/servant-jquery.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-jquery
version: 0.4.0
version: 0.4.1
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
description:
Automatically derive jquery-based javascript functions to query servant webservices.
Expand Down
2 changes: 1 addition & 1 deletion servant-lucid/servant-lucid.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: servant-lucid
version: 0.4.0.0
version: 0.4.1
synopsis: Servant support for lucid
-- description:
homepage: http://haskell-servant.github.io/
Expand Down
2 changes: 1 addition & 1 deletion servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-server
version: 0.4.0
version: 0.4.1
synopsis: A family of combinators for defining webservices APIs and serving them
description:
A family of combinators for defining webservices APIs and serving them
Expand Down
2 changes: 1 addition & 1 deletion servant/servant.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant
version: 0.4.0
version: 0.4.1
synopsis: A family of combinators for defining webservices APIs
description:
A family of combinators for defining webservices APIs and serving them
Expand Down

0 comments on commit 0b32919

Please sign in to comment.