Name: binary-communicator
Description: Simple datatype that makes easier to send and receive values in any MonadIO. Inspired by Gregory Crosswhite's 'binary-protocol' package.
Version: 1.0.2.2
Category: Data
Cabal-Version: >= 1.6
License: BSD3
License-File: LICENSE
Author: Yves Parès
Maintainer: Sönke Hahn <shahn@joyridelabs.de>
Synopsis: Flexible way to ease transmission of binary data.
Build-Type: Simple
source-repository head
type: git
location: git://github.com/YwenSubrosian/BinaryCommunicator.git
Library
Build-Depends: base == 4.*,
binary >= 0.5 && < 0.8,
bytestring >= 0.9.1 && < 1,
mtl >= 1.1 && < 3
Hs-Source-Dirs: .
Exposed-Modules: Data.BinaryCom