Merge pull request #687 from phadej/bump-version-0.10

Bump version to 0.10, preparation for the release
This commit is contained in:
Oleg Grenrus 2017-01-27 15:49:35 +02:00 committed by GitHub
commit ca2eb0461e
8 changed files with 20 additions and 19 deletions

View File

@ -1,5 +1,5 @@
name: tutorial name: tutorial
version: 0.9.1.1 version: 0.10
synopsis: The servant tutorial synopsis: The servant tutorial
homepage: http://haskell-servant.readthedocs.org/ homepage: http://haskell-servant.readthedocs.org/
license: BSD3 license: BSD3
@ -25,11 +25,11 @@ library
, directory , directory
, blaze-markup , blaze-markup
, containers , containers
, servant == 0.9.* , servant == 0.10.*
, servant-server == 0.9.* , servant-server == 0.10.*
, servant-client == 0.9.* , servant-client == 0.10.*
, servant-docs == 0.9.* , servant-docs == 0.10.*
, servant-js == 0.9.* , servant-js >= 0.9 && <0.10
, warp , warp
, http-media , http-media
, lucid , lucid

View File

@ -1,5 +1,5 @@
name: servant-client name: servant-client
version: 0.9.2.0 version: 0.10
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
@ -53,7 +53,7 @@ library
, network-uri >= 2.6 && < 2.7 , network-uri >= 2.6 && < 2.7
, safe >= 0.3.9 && < 0.4 , safe >= 0.3.9 && < 0.4
, semigroupoids >= 4.3 && < 5.2 , semigroupoids >= 4.3 && < 5.2
, servant == 0.9.* , servant == 0.10.*
, string-conversions >= 0.3 && < 0.5 , string-conversions >= 0.3 && < 0.5
, text >= 1.2 && < 1.3 , text >= 1.2 && < 1.3
, transformers >= 0.3 && < 0.6 , transformers >= 0.3 && < 0.6
@ -94,9 +94,9 @@ test-suite spec
, mtl , mtl
, network >= 2.6 , network >= 2.6
, QuickCheck >= 2.7 , QuickCheck >= 2.7
, servant == 0.9.* , servant == 0.10.*
, servant-client , servant-client
, servant-server == 0.9.* , servant-server == 0.10.*
, text , text
, transformers , transformers
, transformers-compat , transformers-compat

View File

@ -1,5 +1,5 @@
name: servant-docs name: servant-docs
version: 0.9.1.1 version: 0.10
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.
@ -42,7 +42,7 @@ library
, http-media >= 0.6 , http-media >= 0.6
, http-types >= 0.7 , http-types >= 0.7
, lens , lens
, servant == 0.9.* , servant == 0.10.*
, string-conversions , string-conversions
, text , text
, unordered-containers , unordered-containers

View File

@ -1,5 +1,5 @@
name: servant-foreign name: servant-foreign
version: 0.9.1.1 version: 0.10
synopsis: Helpers for generating clients for servant APIs in any programming language synopsis: Helpers for generating clients for servant APIs in any programming language
description: description:
Helper types and functions for generating client functions for servant APIs in any programming language Helper types and functions for generating client functions for servant APIs in any programming language
@ -32,7 +32,7 @@ library
, Servant.Foreign.Inflections , Servant.Foreign.Inflections
build-depends: base == 4.* build-depends: base == 4.*
, lens == 4.* , lens == 4.*
, servant == 0.9.* , servant == 0.10.*
, text >= 1.2 && < 1.3 , text >= 1.2 && < 1.3
, http-types , http-types
hs-source-dirs: src hs-source-dirs: src

View File

@ -1,5 +1,5 @@
name: servant-server name: servant-server
version: 0.9.1.1 version: 0.10
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
@ -64,7 +64,7 @@ library
, mtl >= 2 && < 2.3 , mtl >= 2 && < 2.3
, network >= 2.6 && < 2.7 , network >= 2.6 && < 2.7
, safe >= 0.3 && < 0.4 , safe >= 0.3 && < 0.4
, servant == 0.9.* , servant == 0.10.*
, split >= 0.2 && < 0.3 , split >= 0.2 && < 0.3
, string-conversions >= 0.3 && < 0.5 , string-conversions >= 0.3 && < 0.5
, system-filepath >= 0.4 && < 0.5 , system-filepath >= 0.4 && < 0.5

View File

@ -1,5 +1,5 @@
name: servant name: servant
version: 0.9.1.1 version: 0.10
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

View File

@ -5,6 +5,7 @@ packages:
- servant-docs/ - servant-docs/
- servant-foreign/ - servant-foreign/
- servant-server/ - servant-server/
- doc/tutorial
extra-deps: extra-deps:
- aeson-1.1.0.0 - aeson-1.1.0.0
flags: {} - servant-js-0.9.1

View File

@ -8,7 +8,7 @@ packages:
- doc/tutorial - doc/tutorial
extra-deps: extra-deps:
- http-api-data-0.3 - http-api-data-0.3
- servant-js-0.9 # needed for tutorial - servant-js-0.9.1
- natural-transformation-0.4 - natural-transformation-0.4
- hspec-2.3.2 - hspec-2.3.2
- hspec-discover-2.3.2 - hspec-discover-2.3.2