update cabal package description
* synopsys * description * package version looks consistent with other servant-* packages now
This commit is contained in:
parent
64fc870852
commit
477976e128
1 changed files with 12 additions and 5 deletions
|
@ -1,7 +1,14 @@
|
||||||
name: servant-foreign
|
name: servant-foreign
|
||||||
version: 0.5.0.0
|
version: 0.5
|
||||||
synopsis: Abstract all necessary info for client code-generation in arbitrary programming language.
|
synopsis: Helper types and functions for generating client functions for servant APIs in any programming language
|
||||||
description: Consolidates such projects as servant-js and lackey.
|
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
|
||||||
|
.
|
||||||
|
<https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md CHANGELOG>
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Denis Redozubov
|
author: Denis Redozubov
|
||||||
|
|
Loading…
Reference in a new issue