diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2012-03-17 22:40:55 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2012-03-17 22:40:55 +0100 |
commit | 9bc3be2e7f1c180a9fc6b929cfa50fa7af753f28 (patch) | |
tree | 0a7cae4dfddf25271a70ea8b577489e279809fbd /ebus.cabal | |
parent | 61517df00b34bb1b985705092de5e81d13fb59c9 (diff) | |
download | haskell-ebus-9bc3be2e7f1c180a9fc6b929cfa50fa7af753f28.tar.gz haskell-ebus-9bc3be2e7f1c180a9fc6b929cfa50fa7af753f28.zip |
source-repository
Diffstat (limited to 'ebus.cabal')
-rw-r--r-- | ebus.cabal | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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 |