Bump version to 0.2.3
This commit is contained in:
parent
1ec9d0a497
commit
0cc4f975cc
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
name: servant-server
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
synopsis: A family of combinators for defining webservices APIs and serving them
|
||||
description:
|
||||
A family of combinators for defining webservices APIs and serving them
|
||||
|
@ -19,13 +19,13 @@ category: Web
|
|||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
tested-with: GHC >= 7.8
|
||||
extra-source-files:
|
||||
CHANGELOG.md
|
||||
README.md
|
||||
source-repository head
|
||||
type: git
|
||||
location: http://github.com/haskell-servant/servant-server.git
|
||||
|
||||
extra-source-files:
|
||||
CHANGELOG.md
|
||||
README.md
|
||||
|
||||
library
|
||||
exposed-modules:
|
||||
|
|
Loading…
Reference in a new issue