2015-09-21 12:31:00 +02:00
|
|
|
name: servant-foreign
|
2015-09-22 13:11:51 +02:00
|
|
|
version: 0.5.0.0
|
2015-09-21 12:31:00 +02:00
|
|
|
synopsis: Abstract all necessary info for client code-generation in arbitrary programming language.
|
|
|
|
description: Consolidates such projects as servant-js and lackey.
|
|
|
|
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
|
2015-09-21 20:34:38 +02:00
|
|
|
build-depends: base == 4.*
|
2015-09-21 12:31:00 +02:00
|
|
|
, lens >= 4
|
|
|
|
, servant >= 0.5
|
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|
|
|
|
ghc-options: -Wall
|