bump version

This commit is contained in:
Sönke Hahn 2016-07-10 14:10:27 +02:00
parent d782ef19f7
commit 8eb412ff23
9 changed files with 30 additions and 25 deletions

View File

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

View File

@ -1,5 +1,5 @@
name: servant-client
version: 0.7.1
version: 0.8
synopsis: automatical derivation of querying functions for servant webservices
description:
This library lets you derive automatically Haskell functions that
@ -48,7 +48,7 @@ library
, http-types >= 0.8.6 && < 0.10
, network-uri >= 2.6 && < 2.7
, safe >= 0.3.9 && < 0.4
, servant == 0.7.*
, servant == 0.8.*
, string-conversions >= 0.3 && < 0.5
, text >= 1.2 && < 1.3
, transformers >= 0.3 && < 0.6
@ -83,9 +83,9 @@ test-suite spec
, HUnit
, network >= 2.6
, QuickCheck >= 2.7
, servant == 0.7.*
, servant == 0.8.*
, servant-client
, servant-server == 0.7.*
, servant-server == 0.8.*
, text
, wai
, warp

View File

@ -1,5 +1,5 @@
name: servant-docs
version: 0.7.1
version: 0.8
synopsis: generate API docs for your servant webservice
description:
Library for generating API docs from a servant API definition.
@ -42,7 +42,7 @@ library
, http-media >= 0.6
, http-types >= 0.7
, lens
, servant == 0.7.*
, servant == 0.8.*
, string-conversions
, text
, unordered-containers

View File

@ -1,5 +1,5 @@
name: servant-foreign
version: 0.7.1
version: 0.8
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
@ -32,7 +32,7 @@ library
, Servant.Foreign.Inflections
build-depends: base == 4.*
, lens == 4.*
, servant == 0.7.*
, servant == 0.8.*
, text >= 1.2 && < 1.3
, http-types
hs-source-dirs: src

View File

@ -1,5 +1,5 @@
name: servant-js
version: 0.7.1
version: 0.8
synopsis: Automatically derive javascript functions to query servant webservices.
description:
Automatically derive javascript functions to query servant webservices.
@ -45,8 +45,8 @@ library
, base-compat >= 0.9
, charset >= 0.3
, lens >= 4
, servant-foreign == 0.7.*
, servant == 0.7.*
, servant-foreign == 0.8.*
, servant == 0.8.*
, text >= 1.2 && < 1.3
hs-source-dirs: src
@ -68,8 +68,8 @@ executable counter
, aeson >= 0.7 && < 0.12
, filepath >= 1
, lens >= 4
, servant == 0.7.*
, servant-server == 0.7.*
, servant == 0.8.*
, servant-server == 0.8.*
, servant-js
, stm
, transformers

View File

@ -1,5 +1,5 @@
name: servant-mock
version: 0.7.1
version: 0.8
synopsis: Derive a mock server for free from your servant API types
description:
Derive a mock server for free from your servant API types
@ -31,8 +31,8 @@ library
base >=4.7 && <5,
bytestring >= 0.10 && <0.11,
http-types >= 0.8 && <0.10,
servant == 0.7.*,
servant-server == 0.7.*,
servant == 0.8.*,
servant-server == 0.8.*,
transformers >= 0.3 && <0.6,
QuickCheck >= 2.7 && <2.9,
wai >= 3.0 && <3.3

View File

@ -1,5 +1,5 @@
name: servant-server
version: 0.7.1
version: 0.8
synopsis: A family of combinators for defining webservices APIs and serving them
description:
A family of combinators for defining webservices APIs and serving them
@ -58,7 +58,7 @@ library
, mtl >= 2 && < 2.3
, network >= 2.6 && < 2.7
, safe >= 0.3 && < 0.4
, servant == 0.7.*
, servant == 0.8.*
, split >= 0.2 && < 0.3
, string-conversions >= 0.3 && < 0.5
, system-filepath >= 0.4 && < 0.5

View File

@ -1,3 +1,8 @@
0.8
---
* Minor fixes, documentation changes and cabal tweaks
0.7.1
-----

View File

@ -1,5 +1,5 @@
name: servant
version: 0.7.1
version: 0.8
synopsis: A family of combinators for defining webservices APIs
description:
A family of combinators for defining webservices APIs and serving them