haskell-abstract-deque: update to version 0.2
This commit is contained in:
parent
35618d1692
commit
f23da9db3c
|
@ -1,10 +1,11 @@
|
||||||
{ cabal, HUnit }:
|
{ cabal, HUnit, random, testFramework, testFrameworkHunit }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "abstract-deque";
|
pname = "abstract-deque";
|
||||||
version = "0.1.6";
|
version = "0.2";
|
||||||
sha256 = "13s8xbr31sqj8n3bh4xp82fqw5d5g1a27fpfqw69jfmr5xc9s1za";
|
sha256 = "0cq1k74b854flfvh7qhfnpngn4vyzp1az1rkaara23wlylydgs89";
|
||||||
buildDepends = [ HUnit ];
|
buildDepends = [ HUnit random ];
|
||||||
|
testDepends = [ HUnit random testFramework testFrameworkHunit ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
||||||
description = "Abstract, parameterized interface to mutable Deques";
|
description = "Abstract, parameterized interface to mutable Deques";
|
||||||
|
|
Loading…
Reference in New Issue