From 7b58f0463ae3dc8c8d712760b2f2894ac85758a2 Mon Sep 17 00:00:00 2001 From: Denis Redozubov Date: Wed, 23 Sep 2015 01:03:56 +0300 Subject: [PATCH] reduce synopsis to make cabal happy --- servant-foreign/servant-foreign.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-foreign/servant-foreign.cabal b/servant-foreign/servant-foreign.cabal index 59d157d3..90ebe8bb 100644 --- a/servant-foreign/servant-foreign.cabal +++ b/servant-foreign/servant-foreign.cabal @@ -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 . license: BSD3