autodocodec/autodocodec-swagger2/autodocodec-swagger2.cabal

40 lines
1003 B
Plaintext
Raw Normal View History

2021-11-01 21:28:06 +03:00
cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: autodocodec-swagger2
version: 0.0.0.0
2021-11-05 12:56:54 +03:00
synopsis: Swagger2 support for autodocodecs
2021-11-01 21:28:06 +03:00
homepage: https://github.com/NorfairKing/autodocodec#readme
bug-reports: https://github.com/NorfairKing/autodocodec/issues
author: Tom Sydney Kerckhove
maintainer: syd@cs-syd.eu
copyright: 2021 Tom Sydney Kerckhove
license: MIT
build-type: Simple
source-repository head
type: git
location: https://github.com/NorfairKing/autodocodec
library
exposed-modules:
Autodocodec.Swagger
2021-11-06 14:00:42 +03:00
Autodocodec.Swagger.DerivingVia
Autodocodec.Swagger.Schema
2021-11-01 21:28:06 +03:00
other-modules:
Paths_autodocodec_swagger2
hs-source-dirs:
src
build-depends:
2021-11-02 02:09:16 +03:00
aeson
, autodocodec
2021-11-01 21:28:06 +03:00
, base >=4.7 && <5
, insert-ordered-containers
2021-11-02 02:09:16 +03:00
, scientific
2021-11-01 21:28:06 +03:00
, swagger2
2021-11-02 02:09:16 +03:00
, text
2021-11-01 21:28:06 +03:00
default-language: Haskell2010