Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn committed Apr 4, 2016
1 parent 1fe37d5 commit 14a8139
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
12 changes: 6 additions & 6 deletions doc/tutorial/tutorial.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tutorial
version: 0.5
version: 0.6
synopsis: The servant tutorial
homepage: http://haskell-servant.github.io/
license: BSD3
Expand All @@ -25,11 +25,11 @@ library
, directory
, blaze-markup
, containers
, servant == 0.5.*
, servant-server == 0.5.*
, servant-client == 0.5.*
, servant-docs == 0.5.*
, servant-js == 0.5.*
, servant == 0.6.*
, servant-server == 0.6.*
, servant-client == 0.6.*
, servant-docs == 0.6.*
, servant-js == 0.6.*
, warp
, http-media
, lucid
Expand Down
4 changes: 2 additions & 2 deletions 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.5
version: 0.6
synopsis: Blaze-html support for servant
-- description:
homepage: http://haskell-servant.github.io/
Expand All @@ -25,7 +25,7 @@ library
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, servant == 0.5.*
, servant == 0.6.*
, http-media
, blaze-html
hs-source-dirs: src
Expand Down
4 changes: 2 additions & 2 deletions servant-cassava/servant-cassava.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-cassava
version: 0.5
version: 0.6
synopsis: Servant CSV content-type for cassava
-- description:
homepage: http://haskell-servant.github.io/
Expand All @@ -22,7 +22,7 @@ library
-- other-extensions:
build-depends: base >=4.6 && <5
, cassava >0.4 && <0.5
, servant ==0.5.*
, servant == 0.6.*
, http-media
, vector
hs-source-dirs: src
Expand Down
8 changes: 4 additions & 4 deletions servant-client/servant-client.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-client
version: 0.5
version: 0.6
synopsis: automatical derivation of querying functions for servant webservices
description:
This library lets you derive automatically Haskell functions that
Expand Down Expand Up @@ -45,7 +45,7 @@ library
, http-types
, network-uri >= 2.6
, safe
, servant == 0.5.*
, servant == 0.6.*
, string-conversions
, text
, transformers
Expand Down Expand Up @@ -79,9 +79,9 @@ test-suite spec
, HUnit
, network >= 2.6
, QuickCheck >= 2.7
, servant == 0.5.*
, servant == 0.6.*
, servant-client
, servant-server == 0.5.*
, servant-server == 0.6.*
, text
, wai
, warp
4 changes: 2 additions & 2 deletions servant-docs/servant-docs.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-docs
version: 0.5
version: 0.6
synopsis: generate API docs for your servant webservice
description:
Library for generating API docs from a servant API definition.
Expand Down Expand Up @@ -42,7 +42,7 @@ library
, http-media >= 0.6
, http-types >= 0.7
, lens
, servant == 0.5.*
, servant == 0.6.*
, string-conversions
, text
, unordered-containers
Expand Down
4 changes: 2 additions & 2 deletions servant-foreign/servant-foreign.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-foreign
version: 0.5
version: 0.6
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 Expand Up @@ -31,7 +31,7 @@ library
, Servant.Foreign.Inflections
build-depends: base == 4.*
, lens == 4.*
, servant == 0.5.*
, servant == 0.6.*
, text >= 1.2 && < 1.3
, http-types
hs-source-dirs: src
Expand Down
8 changes: 4 additions & 4 deletions servant-js/servant-js.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-js
version: 0.5
version: 0.6
synopsis: Automatically derive javascript functions to query servant webservices.
description:
Automatically derive javascript functions to query servant webservices.
Expand Down Expand Up @@ -45,7 +45,7 @@ library
, base-compat >= 0.9
, charset >= 0.3
, lens >= 4
, servant-foreign == 0.5.*
, servant-foreign == 0.6.*
, text >= 1.2 && < 1.3

hs-source-dirs: src
Expand All @@ -67,8 +67,8 @@ executable counter
, aeson >= 0.7 && < 0.12
, filepath >= 1
, lens >= 4
, servant == 0.5.*
, servant-server == 0.5.*
, servant == 0.6.*
, servant-server == 0.6.*
, servant-js
, stm
, transformers
Expand Down
4 changes: 2 additions & 2 deletions 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.5
version: 0.6
synopsis: Servant support for lucid
-- description:
homepage: http://haskell-servant.github.io/
Expand All @@ -27,7 +27,7 @@ library
build-depends: base >=4.7 && <5
, http-media
, lucid
, servant == 0.5.*
, servant == 0.6.*
hs-source-dirs: src
default-language: Haskell2010
include-dirs: include
2 changes: 1 addition & 1 deletion servant-mock/servant-mock.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-mock
version: 0.5
version: 0.6
synopsis: Derive a mock server for free from your servant API types
description:
Derive a mock server for free from your servant API types
Expand Down
4 changes: 2 additions & 2 deletions servant-server/servant-server.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: servant-server
version: 0.5
version: 0.6
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 Expand Up @@ -60,7 +60,7 @@ library
, mmorph >= 1
, network >= 2.6 && < 2.7
, safe >= 0.3 && < 0.4
, servant == 0.5.*
, servant == 0.6.*
, split >= 0.2 && < 0.3
, string-conversions >= 0.3 && < 0.5
, system-filepath >= 0.4 && < 0.5
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.5
version: 0.6
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 14a8139

Please sign in to comment.