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: 7.6.0
Show newest version
name:                {{package}}
version:             0.1.0.0
synopsis:            Auto-generated API bindings for {{package}}
description:         Please see README.md
homepage:            https://openapi-generator.tech
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
                     , exceptions
                     , network-uri
                     , servant
                     , http-api-data
                     , servant
                     , servant-client
                     , servant-client-core
                     , servant-server
                     , servant
                     , wai
                     , warp
                     , transformers
                     , mtl
                     , time
                     , http-client
                     , http-client-tls
                     , http-types
                     , swagger2
                     , uuid
{{#authMethods}}
{{#isApiKey}}
                     , bytestring
{{/isApiKey}}
{{#isBasicBearer}}
                     , bytestring
                     , wai-extra
{{/isBasicBearer}}
{{#isBasicBasic}}
                     , wai-extra
{{/isBasicBasic}}
{{/authMethods}}
  default-language:    Haskell2010




© 2015 - 2024 Weber Informatics LLC | Privacy Policy