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: 26cdb0c1ac2f5da948e47a5131ca3f08fb15757b56bac7f6d805154e32d656ad
name: metro-transport-xor
version: 0.1.0.0
synopsis: XOR transport for metro
description: Please see the README on GitHub at <https://github.com/Lupino/metro/tree/master/metro-transport-xor#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.XOR
other-modules:
Paths_metro_transport_xor
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, bytestring
, metro
, unliftio
default-language: Haskell2010