[Haskell-cafe] [ANN](and feedback request) unagi-chan: Fast and scalable concurrent queues for x86, with a Chan-like API

Brandon Simmons brandon.m.simmons at gmail.com
Fri Jul 11 14:12:33 UTC 2014


On Fri, Jul 11, 2014 at 3:32 AM, Audun Skaugen <audunskaugen at gmail.com> wrote:
> Hi,
> I get lots of import errors trying to build:

Oops, I forgot to add some things to other-modules for the tests.
Should be fixed in 0.1.0.2 now:

    cabal sandbox init
    cabal install --only-dependencies
    cabal configure --enable-tests
    cabal build test

Thanks for the catch,
Brandon

>
> --
> Audun Skaugen


More information about the Haskell-Cafe mailing list