name: servant-zeppelin-swagger
version: 0.1.0.3
homepage: https://github.com/martyall/servant-zeppelin#readme
license: BSD3
license-file: LICENSE
author: Martin Allen, Ben Weitzman
maintainer: martin[dot]allen26[at]gmail.com
synopsis: Swagger instances for servant-zeppelin combinators.
copyright: 2017 Martin Allen, Ben Weitzman
category: Web
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Servant.Zeppelin.Swagger
build-depends: base >= 4.7 && < 5
, aeson >= 0.7 && < 1.3
, insert-ordered-containers
, lens
, singletons >= 2.2 && < 2.3
, servant >= 0.10 && < 0.12
, servant-swagger >= 1.1.2.1
, servant-zeppelin >= 0.1 && < 0.2
, swagger2 >= 2.1 && < 2.2
, text == 1.2.*
default-language: Haskell2010
default-extensions: GADTs
, KindSignatures
, FlexibleInstances
, FlexibleContexts
, OverloadedStrings
, PolyKinds
, DataKinds
, TypeOperators
, TypeFamilies
, TypeApplications
, TypeInType
, MultiParamTypeClasses
, ScopedTypeVariables
, ConstraintKinds
ghc-options: -Wall
test-suite servant-zeppelin-swagger-test
type: exitcode-stdio-1.0
hs-source-dirs: test
main-is: Spec.hs
build-depends: base
, aeson
, containers
, hspec
, insert-ordered-containers
, lens
, servant
, servant-swagger
, servant-zeppelin
, servant-zeppelin-swagger
, swagger2
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
default-language: Haskell2010
other-modules: Servant.Zeppelin.SwaggerSpec
source-repository head
type: git
location: https://github.com/martyall/servant-zeppelin