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: 4800ce3a672404ff6894c0407fa75e3d83ebb0d5c936fd2d651342365244eebb name: metro-transport-tls version: 0.1.0.0 synopsis: TLS transport for metro description: Please see the README on GitHub at category: Web homepage: https://github.com/Lupino/metro#readme bug-reports: https://github.com/Lupino/metro/issues author: Lupino maintainer: lmjubuntu@gmail.com copyright: MIT license: BSD3 license-file: LICENSE build-type: Simple extra-source-files: README.md ChangeLog.md source-repository head type: git location: https://github.com/Lupino/metro library exposed-modules: Metro.TP.TLS Metro.TP.TLSSetting other-modules: Paths_metro_transport_tls hs-source-dirs: src build-depends: base >=4.7 && <5 , bytestring , data-default-class , metro , pem , tls , x509 , x509-store , x509-validation default-language: Haskell2010