diff options
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 |