[Haskell] ANNOUNCE: broker-haskell v0.1

David Banas capn.freako at gmail.com
Sun Aug 16 14:22:38 UTC 2015


The initial release of broker-haskell, a Haskell binding to Broker (libbroker), the messaging library for Bro, a network security tool.

Provides:
- Language.Broker

After downloading/extracting compressed tarball:

davids-air-2:broker-haskell-0.1.0.0 dbanas$ cabal configure --prefix=$HOME --user --enable-tests
Resolving dependencies...
Configuring broker-haskell-0.1.0.0...

davids-air-2:broker-haskell-0.1.0.0 dbanas$ cabal build
Building broker-haskell-0.1.0.0...
Preprocessing library broker-haskell-0.1.0.0...
[1 of 1] Compiling Language.Broker  ( dist/build/Language/Broker.hs, dist/build/Language/Broker.o )

{Some warnings omitted.}

In-place registering broker-haskell-0.1.0.0...
Preprocessing test suite 'tests' for broker-haskell-0.1.0.0...
[1 of 1] Compiling Main             ( test.hs, dist/build/tests/tests-tmp/Main.o )

{Some warnings omitted.}

Linking dist/build/tests/tests ...

davids-air-2:broker-haskell-0.1.0.0 dbanas$ cabal test
Preprocessing library broker-haskell-0.1.0.0...
In-place registering broker-haskell-0.1.0.0...
Preprocessing test suite 'tests' for broker-haskell-0.1.0.0...
Running 1 test suites...
Test suite tests: RUNNING...
Test suite tests: PASS
Test suite logged to: dist/test/broker-haskell-0.1.0.0-tests.log
1 of 1 test suites (1 of 1 test cases) passed.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell/attachments/20150816/075f312c/attachment.html>


More information about the Haskell mailing list