servant/servant-foreign/servant-foreign.cabal

34 lines
1.4 KiB
Plaintext
Raw Normal View History

name: servant-foreign
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
.
<https://github.com/haskell-servant/servant/blob/master/servant-foreign/CHANGELOG.md CHANGELOG>
license: BSD3
license-file: LICENSE
author: Denis Redozubov
maintainer: denis.redozubov@gmail.com
copyright: 2015 Denis Redozubov, Alp Mestanogullari
category: Web
build-type: Simple
cabal-version: >=1.10
extra-source-files:
CHANGELOG.md
README.md
source-repository head
type: git
location: http://github.com/haskell-servant/servant.git
library
exposed-modules: Servant.Foreign
build-depends: base == 4.*
, lens == 4.*
, servant == 0.5.*
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall