Skip to content

Commit 17b99b9

Browse files
committed
Bump to 0.4.4.
1 parent b74d699 commit 17b99b9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

servant-blaze/servant-blaze.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: servant-blaze
5-
version: 0.4.3.1
5+
version: 0.4.4
66
synopsis: Blaze-html support for servant
77
-- description:
88
homepage: http://haskell-servant.github.io/

servant-client/servant-client.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-client
2-
version: 0.4.3.1
2+
version: 0.4.4
33
synopsis: automatical derivation of querying functions for servant webservices
44
description:
55
This library lets you derive automatically Haskell functions that

servant-docs/servant-docs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-docs
2-
version: 0.4.3.1
2+
version: 0.4.4
33
synopsis: generate API docs for your servant webservice
44
description:
55
Library for generating API docs from a servant API definition.

servant-examples/servant-examples.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-examples
2-
version: 0.4.3.1
2+
version: 0.4.4
33
synopsis: Example programs for servant
44
description: Example programs for servant,
55
showcasing solutions to common needs.

servant-jquery/servant-jquery.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-jquery
2-
version: 0.4.3.1
2+
version: 0.4.4
33
synopsis: Automatically derive (jquery) javascript functions to query servant webservices
44
description:
55
Automatically derive jquery-based javascript functions to query servant webservices.

servant-lucid/servant-lucid.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: servant-lucid
5-
version: 0.4.3.1
5+
version: 0.4.4
66
synopsis: Servant support for lucid
77
-- description:
88
homepage: http://haskell-servant.github.io/

servant-server/servant-server.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant-server
2-
version: 0.4.3.1
2+
version: 0.4.4
33
synopsis: A family of combinators for defining webservices APIs and serving them
44
description:
55
A family of combinators for defining webservices APIs and serving them

servant/servant.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: servant
2-
version: 0.4.3.1
2+
version: 0.4.4
33
synopsis: A family of combinators for defining webservices APIs
44
description:
55
A family of combinators for defining webservices APIs and serving them

0 commit comments

Comments
 (0)