2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-02-05 10:42:52 +01:00
|
|
|
{ cabal, abstractDeque, abstractDequeTests, atomicPrimops, HUnit
|
2013-05-09 11:01:28 +02:00
|
|
|
, testFramework, testFrameworkHunit
|
2013-02-24 22:16:25 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "lockfree-queue";
|
2014-02-05 10:42:52 +01:00
|
|
|
version = "0.2.3";
|
|
|
|
sha256 = "0y8ax6vcjnjm8g7ybn95wca74hm0g22fvgra06vj6l90pl93awyg";
|
|
|
|
buildDepends = [ abstractDeque atomicPrimops ];
|
2013-02-24 22:16:25 +01:00
|
|
|
testDepends = [
|
2014-02-05 10:42:52 +01:00
|
|
|
abstractDeque abstractDequeTests atomicPrimops HUnit testFramework
|
2013-05-09 11:01:28 +02:00
|
|
|
testFrameworkHunit
|
2013-02-24 22:16:25 +01:00
|
|
|
];
|
|
|
|
meta = {
|
2014-02-05 10:42:52 +01:00
|
|
|
homepage = "https://github.com/rrnewton/haskell-lockfree/wiki";
|
2013-02-24 22:16:25 +01:00
|
|
|
description = "Michael and Scott lock-free queues";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|