packages feed

zmqat-0.1.0: zmqat.cabal

Name:                zmqat
Version:             0.1.0
Synopsis:            A socat-like tool for zeromq socket library
-- Description:         
-- Homepage:
Stability:           alpha

License:             OtherLicense
License-file:        LICENSE
-- Copyright:           
Author:              koral
Maintainer:          koral at mailoo dot org

Category:            Network

-- Extra files to be distributed with the package, such as examples or
-- a README.
-- Extra-source-files:  

Cabal-version:       >=1.6
Build-type:          Simple


Source-repository head
    Type:     git
    Location: git@twyk.tk/zmqat.git

Executable zmqat
    Build-depends: 
        base == 4.*,
        zeromq-haskell,
        bytestring,
        utf8-string
    Main-is: Main.hs
    Hs-Source-Dirs: src  
    Ghc-options: -Wall -threaded