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: daac6f846feccd072db89c9c2401975c729e9d8762a278f2d768636f475d6ec5
name: metro-transport-crypto
version: 0.1.0.0
synopsis: Crypto transport for metro
description: Please see the README on GitHub at <https://github.com/Lupino/metro/tree/master/metro-transport-crypto#readme>
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.Crypto
other-modules:
Paths_metro_transport_crypto
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, binary
, bytestring
, cryptonite
, metro
, text
, unliftio
default-language: Haskell2010
test-suite metro-transport-crypto-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
Paths_metro_transport_crypto
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base >=4.7 && <5
, bytestring
, cryptonite
, metro
, metro-transport-crypto
, quickcheck-instances
default-language: Haskell2010