summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ebus.cabal12
1 files changed, 4 insertions, 8 deletions
diff --git a/ebus.cabal b/ebus.cabal
index 4b05a48..ae04534 100644
--- a/ebus.cabal
+++ b/ebus.cabal
@@ -13,19 +13,15 @@ Homepage: http://www.example.com
Cabal-Version: >=1.9.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
+Source-Repository head
+ Type: git
+ Location: gitolite@terrorist.at:groups/haskell-ebus
+ branch: master
Library
Build-Depends: base >=4 && < 5, attoparsec >= 0.10.1.1, attoparsec-enumerator >= 0.3, bytestring, enumerator >= 0.4.18
-- GHC-Options: -Wall
Exposed-modules: Network.EBus.Layer2
--- Other-modules: Network.AMQP.Generated, Network.AMQP.Helpers, Network.AMQP.Protocol
Test-Suite test-network-ebus
type: exitcode-stdio-1.0