packages feed

deriving-openapi3-0.1.0.0: deriving-openapi3.cabal

cabal-version:      1.12
name:               deriving-openapi3
version:            0.1.0.0
license:            MIT
license-file:       LICENSE
maintainer:         Ilya Kostyuchenko <ilyakooo0@gmail.com>
homepage:           https://github.com/ilyakooo0/deriving-openapi3#readme
bug-reports:        https://github.com/ilyakooo0/deriving-openapi3/issues
synopsis:           DerivingVia for OpenAPI 3
description:        DerivingVia for OpenAPI 3
category:           JSON, Generics, OpenAPI
build-type:         Simple
extra-source-files: Changelog.md

source-repository head
    type:     git
    location: https://github.com/ilyakooo0/deriving-openapi3

library
    exposed-modules:    Deriving.OpenApi
    hs-source-dirs:     src
    other-modules:      Paths_deriving_openapi3
    default-language:   Haskell2010
    default-extensions:
        AllowAmbiguousTypes ScopedTypeVariables KindSignatures DataKinds
        TypeOperators FlexibleInstances TypeApplications
        UndecidableInstances TypeFamilies PolyKinds OverloadedStrings
        DerivingStrategies DerivingVia FlexibleContexts

    ghc-options:
        -Weverything -Wno-star-is-type -Wno-unsafe
        -Wno-prepositive-qualified-module -Wno-safe
        -Wno-missing-safe-haskell-mode -Wno-missing-import-lists
        -Wno-implicit-prelude

    build-depends:
        aeson <1.6,
        base <4.15,
        deriving-aeson <0.3,
        lens <4.20,
        openapi3 <3.2,
        text <1.3