name: avers-api-docs version: 0.0.17.0 x-revision: 1 cabal-version: >=1.10 build-type: Simple license: MIT license-file: LICENSE copyright: 2016 Tomas Carnecky maintainer: tomas.carnecky@gmail.com homepage: http://github.com/wereHamster/avers-api-docs synopsis: Swagger documentation for the Avers API description: See README.md category: Avers author: Tomas Carnecky source-repository head type: git location: https://github.com/wereHamster/avers-api-docs library exposed-modules: Avers.API.Documentation build-depends: base >=4.7 && <5, aeson >=1.0.2.0 && <1.1, avers -any, avers-api -any, cookie >=0.4.2.1 && <0.5, lens >=4.14 && <4.16, servant >=0.9.0.1 && <0.10, servant-swagger >=1.1.2 && <1.2, swagger2 >=2.1.3 && <2.2, text >=1.2.2.1 && <1.3, unordered-containers >=0.2.7.1 && <0.3 default-language: Haskell2010 hs-source-dirs: src ghc-options: -Wall