reduce synopsis to make cabal happy
This commit is contained in:
parent
477976e128
commit
7b58f0463a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue