haskell-lockfree-queue: update to version 0.2.0.2
This commit is contained in:
parent
7eb6fa31a6
commit
23d93b521d
|
@ -1,14 +1,15 @@
|
||||||
{ cabal, abstractDeque, HUnit, IORefCAS, testFramework
|
{ cabal, abstractDeque, atomicPrimops, HUnit, IORefCAS
|
||||||
, testFrameworkHunit
|
, testFramework, testFrameworkHunit
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "lockfree-queue";
|
pname = "lockfree-queue";
|
||||||
version = "0.2";
|
version = "0.2.0.2";
|
||||||
sha256 = "0m76wjw13nyj2mpz1dv2crg9sk66nlf62qgk2hbsa7ymydkq797c";
|
sha256 = "0mb07hx4cllnxv7mz19vvn9zcc5rx0ji5wv80fx0yirgk2qjpgml";
|
||||||
buildDepends = [ abstractDeque IORefCAS ];
|
buildDepends = [ abstractDeque atomicPrimops IORefCAS ];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
abstractDeque HUnit IORefCAS testFramework testFrameworkHunit
|
abstractDeque atomicPrimops HUnit IORefCAS testFramework
|
||||||
|
testFrameworkHunit
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
||||||
|
|
Loading…
Reference in New Issue