diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2012-03-17 21:20:27 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2012-03-17 21:20:27 +0100 |
commit | 63d34635cc895019a3c4e510e5d10a6a715e2e85 (patch) | |
tree | c1d21a93fc8d4ab78718fa2380ba563bbf6389e7 /ebus.cabal | |
download | haskell-ebus-63d34635cc895019a3c4e510e5d10a6a715e2e85.tar.gz haskell-ebus-63d34635cc895019a3c4e510e5d10a6a715e2e85.zip |
layer2 works somehow
Diffstat (limited to 'ebus.cabal')
-rw-r--r-- | ebus.cabal | 47 |
1 files changed, 47 insertions, 0 deletions
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 <yvesf-haskell@xapek.org> +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 |