summaryrefslogtreecommitdiff
path: root/ebus.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ebus.cabal')
-rw-r--r--ebus.cabal47
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