zmqat-0.2.0.0: zmqat.cabal
Name: zmqat
Version: 0.2.0.0
Synopsis: A socat-like tool for zeromq library
-- Description:
-- Homepage:
Category: Network
License: OtherLicense
License-file: LICENSE
-- Copyright:
Author: koral <koral at mailoo dot org>
Maintainer: koral <koral at mailoo dot org>
-- Extra-source-files:
Cabal-version: >=1.8
Build-type: Simple
Source-repository head
Type: git
Location: https://github.com/k0ral/zmqat.git
Executable zmqat
Build-depends:
base == 4.*,
classy-prelude >= 0.9.4,
optparse-applicative,
semigroups,
zeromq4-haskell
Extensions:
NoImplicitPrelude,
OverloadedStrings
Main-is: Main.hs
Hs-Source-Dirs: src
Ghc-options: -Wall -fno-warn-unused-do-bind -threaded