cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 2d7ec1c26136fb123a14fbba656b051e46a7bc9640fdb2fce0d110c00af662e2
name: openapi3-code-generator
version: 0.1.0.4
license: MIT
license-file: LICENSE
copyright: 2020 Remo Dörig & Joel Fisch
maintainer: Joel Fisch <joel.fisch96@gmail.com> & Remo Dörig <remo.doerig@gmail.com>
author: Remo Dörig & Joel Fisch
homepage: https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator#readme
bug-reports: https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator/issues
synopsis: OpenAPI3 Haskell Client Code Generator
description: Please see the README on GitHub at <https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator#readme>
category: Code-Generator
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
LICENSE
source-repository head
type: git
location: https://github.com/Haskell-OpenAPI-Code-Generator/Haskell-OpenAPI-Client-Code-Generator
library
exposed-modules:
OpenAPI.Common
OpenAPI.Generate
OpenAPI.Generate.Doc
OpenAPI.Generate.Flags
OpenAPI.Generate.Internal.Operation
OpenAPI.Generate.Internal.Util
OpenAPI.Generate.Model
OpenAPI.Generate.ModelDependencies
OpenAPI.Generate.Monad
OpenAPI.Generate.Operation
OpenAPI.Generate.Reference
OpenAPI.Generate.Response
OpenAPI.Generate.SecurityScheme
OpenAPI.Generate.Types
OpenAPI.Generate.Types.ExternalDocumentation
OpenAPI.Generate.Types.Referencable
OpenAPI.Generate.Types.Schema
hs-source-dirs:
src
other-modules:
Paths_openapi3_code_generator
default-language: Haskell2010
ghc-options: -Wall
build-depends:
aeson,
base >=4.7 && <5,
bytestring,
containers,
hashmap,
http-client,
http-conduit,
http-types,
mtl,
options,
scientific,
split,
template-haskell,
text,
time,
transformers,
unordered-containers,
vector,
yaml
executable openapi3-code-generator-exe
main-is: Main.hs
hs-source-dirs:
app
other-modules:
Embed
Paths_openapi3_code_generator
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
aeson,
base >=4.7 && <5,
bytestring,
containers,
directory,
filepath,
hashmap,
http-client,
http-conduit,
http-types,
mtl,
openapi3-code-generator,
options,
scientific,
split,
template-haskell,
text,
time,
transformers,
unordered-containers,
vector,
yaml
test-suite openapi3-code-generator-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
other-modules:
OpenAPI.Generate.DocSpec
OpenAPI.Generate.Internal.UtilSpec
OpenAPI.Generate.ModelDependenciesSpec
OpenAPI.Generate.MonadSpec
OpenAPI.Generate.OperationGetOperationDescriptionSpec
OpenAPI.Generate.OperationTHSpec
OpenAPI.Generate.ReferenceSpec
Paths_openapi3_code_generator
default-language: Haskell2010
ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall
build-depends:
QuickCheck,
aeson,
base >=4.7 && <5,
bytestring,
containers,
genvalidity,
genvalidity-hspec,
genvalidity-text,
hashmap,
hspec,
http-client,
http-conduit,
http-types,
mtl,
openapi3-code-generator,
options,
scientific,
split,
template-haskell,
text,
time,
transformers,
unordered-containers,
validity,
validity-text,
vector,
yaml