From 477976e1283640799552fb6c4c63ee0bf41b286d Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Tue, 22 Sep 2015 22:36:03 +0300 Subject: [PATCH] update cabal package description * synopsys * description * package version looks consistent with other servant-* packages now --- servant-foreign/servant-foreign.cabal | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/servant-foreign/servant-foreign.cabal b/servant-foreign/servant-foreign.cabal index 1b43a68f..59d157d3 100644 --- a/servant-foreign/servant-foreign.cabal +++ b/servant-foreign/servant-foreign.cabal @@ -1,7 +1,14 @@ name: servant-foreign -version: 0.5.0.0 -synopsis: Abstract all necessary info for client code-generation in arbitrary programming language. -description: Consolidates such projects as servant-js and lackey. +version: 0.5 +synopsis: Helper types and functions for generating client functions 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 + . + license: BSD3 license-file: LICENSE author: Denis Redozubov @@ -19,8 +26,8 @@ source-repository head library exposed-modules: Servant.Foreign - build-depends: base == 4.* - , lens == 4.* + build-depends: base == 4.* + , lens == 4.* , servant == 0.5.* hs-source-dirs: src default-language: Haskell2010