name: highjson-swagger version: 0.4.0.0 synopsis: Derive swagger instances from highjson specs description: Derive swagger instances from highjson specs homepage: https://github.com/agrafix/highjson bug-reports: https://github.com/agrafix/highjson/issues license: MIT license-file: LICENSE author: Alexander Thiemann maintainer: Alexander Thiemann copyright: (c) 2017 Alexander Thiemann category: Text, Web, JSON build-type: Simple stability: experimental cabal-version: >=1.10 tested-with: GHC==8.0.1 library exposed-modules: Data.HighJson.Swagger build-depends: base >=4.8 && <5, highjson >= 0.4, swagger2 >= 2.1.3, text, lens, insert-ordered-containers >= 0.2, hvect >= 0.4 hs-source-dirs: . default-language: Haskell2010 test-suite highjson-swagger-tests type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs other-modules: Data.HighJson.SwaggerSpec build-depends: QuickCheck >=2.8, base, highjson, highjson-swagger, aeson, hspec >= 2.0, text, lens, swagger2, bytestring default-language: Haskell2010 ghc-options: -Wall -fno-warn-orphans source-repository head type: git location: git://github.com/agrafix/highjson.git