All Downloads are FREE. Search and download functionalities are using the official Maven repository.

haskell-servant.haskell-servant-codegen.mustache Maven / Gradle / Ivy

There is a newer version: 3.0.0-rc1
Show newest version
name:                {{package}}
version:             0.1.0.0
synopsis:            Auto-generated API bindings for {{package}}
description:         Please see README.md
homepage:            https://github.com/swagger-api/swagger-codegen#readme
author:              Author Name Here
maintainer:          [email protected]
copyright:           YEAR - AUTHOR
category:            Web
build-type:          Simple
cabal-version:       >=1.10

library
  hs-source-dirs:      lib
  exposed-modules:     {{title}}.API
                     , {{title}}.Types
  ghc-options:         -Wall
  build-depends:       base
                     , aeson
                     , text
                     , containers
                     , network-uri
                     , servant
                     , http-api-data
                     , servant-client
                     , servant-server
                     , servant
                     , warp
                     , transformers
                     , mtl
                     , http-client
                     , http-types
  default-language:    Haskell2010




© 2015 - 2024 Weber Informatics LLC | Privacy Policy