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.


_______________________________________________
Haskell mailing list
Haskell@haskell.org
http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell

Reply via email to