mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
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
|
||||
, testFrameworkHunit
|
||||
{ cabal, abstractDeque, atomicPrimops, HUnit, IORefCAS
|
||||
, testFramework, testFrameworkHunit
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "lockfree-queue";
|
||||
version = "0.2";
|
||||
sha256 = "0m76wjw13nyj2mpz1dv2crg9sk66nlf62qgk2hbsa7ymydkq797c";
|
||||
buildDepends = [ abstractDeque IORefCAS ];
|
||||
version = "0.2.0.2";
|
||||
sha256 = "0mb07hx4cllnxv7mz19vvn9zcc5rx0ji5wv80fx0yirgk2qjpgml";
|
||||
buildDepends = [ abstractDeque atomicPrimops IORefCAS ];
|
||||
testDepends = [
|
||||
abstractDeque HUnit IORefCAS testFramework testFrameworkHunit
|
||||
abstractDeque atomicPrimops HUnit IORefCAS testFramework
|
||||
testFrameworkHunit
|
||||
];
|
||||
meta = {
|
||||
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
||||
|
Loading…
Reference in New Issue
Block a user