reduce synopsis to make cabal happy

This commit is contained in:
Denis Redozubov 2015-09-23 01:03:56 +03:00
parent 477976e128
commit 7b58f0463a

View file

@ -1,12 +1,12 @@
name: servant-foreign
version: 0.5
synopsis: Helper types and functions for generating client functions for servant APIs in any programming language
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
.
This package provides types and functions that collect all the data needed to generate client functions in the programming language of your choice. This effectively means you only have to write the code that "pretty-prints" this data as some code in your target language.
.
See the servant-js module for an example
See the servant-js package for an example
.
<https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md CHANGELOG>
license: BSD3