Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
    To 0.9.0.1.
  • Loading branch information
jkarni committed Oct 9, 2016
1 parent c0c1f0f commit 3ddf225
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion doc/tutorial/tutorial.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tutorial
version: 0.9
version: 0.9.0.1
synopsis: The servant tutorial
homepage: http://haskell-servant.readthedocs.org/
license: BSD3
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.9
version: 0.9.0.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.9
version: 0.9.0.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-foreign/servant-foreign.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-foreign
version: 0.9
version: 0.9.0.1
synopsis: Helpers for generating clients for servant APIs in any programming language
description:
Helper types and functions for generating client functions for servant APIs in any programming language
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.9
version: 0.9.0.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.9
version: 0.9.0.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 3ddf225

Please sign in to comment.