packages feed

avers-api-docs-0.0.17.2: avers-api-docs.cabal

name:                avers-api-docs
version:             0.0.17.2
synopsis:            Swagger documentation for the Avers API
description:         See README.md
homepage:            http://github.com/wereHamster/avers-api-docs
license:             MIT
license-file:        LICENSE
author:              Tomas Carnecky
maintainer:          tomas.carnecky@gmail.com
copyright:           2016 Tomas Carnecky
category:            Avers
build-type:          Simple
cabal-version:       >=1.10

source-repository head
  type:     git
  location: https://github.com/wereHamster/avers

library
  default-language:    Haskell2010
  hs-source-dirs:      src
  ghc-options:         -Wall

  exposed-modules:
     Avers.API.Documentation

  build-depends:
     base >= 4.7 && < 5
   , aeson
   , avers
   , avers-api
   , cookie
   , lens
   , servant
   , servant-swagger
   , swagger2
   , text
   , unordered-containers