From 63d34635cc895019a3c4e510e5d10a6a715e2e85 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 17 Mar 2012 21:20:27 +0100 Subject: layer2 works somehow --- ebus.cabal | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 ebus.cabal (limited to 'ebus.cabal') diff --git a/ebus.cabal b/ebus.cabal new file mode 100644 index 0000000..0a160f7 --- /dev/null +++ b/ebus.cabal @@ -0,0 +1,47 @@ +Name: ebus +Version: 0.1 +Synopsis: eBus Reader Library +Description: Library for parsing eBus datapackets +License: BSD3 +Stability: alpha +License-file: LICENSE +Author: Yves Fischer +Category: Network +Maintainer: Yves Fischer +Build-Type: Simple +Homepage: http://www.example.com +Cabal-Version: >=1.2 + + +-- Extra-source-files: examples/ExampleConsumer.hs, +-- examples/ExampleProducer.hs + +-- Source-Repository head +-- Type: git +-- Location: git://github.com/NicolasT/binary-protocol-zmq.git +-- branch: master + +Library + Build-Depends: base >=4 && < 5, attoparsec >= 0.10.1.1, bytestring + GHC-Options: -Wall + Exposed-modules: Network.EBus.Layer2 +-- Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol + +-- Executable test-binary-protocol-zmq +-- Main-Is: Test.hs + +-- if !flag(tests) +-- Buildable: False +-- else +-- Build-Depends: +-- base >= 4 && < 5, +-- test-framework, +-- test-framework-hunit, +-- HUnit + +-- Other-Modules: +-- Control.Monad.BinaryProtocol.ZMQ + +-- GHC-Options: -Wall -fno-warn-unused-binds -threaded +-- if flag(optimize) +-- GHC-Options: -funbox-strict-fields -O2 -fspec-constr -fdicts-cheap \ No newline at end of file -- cgit v1.2.1