forked from mirrors/nixpkgs
haskell-abstract-deque: update to version 0.2.2
This commit is contained in:
parent
70835adb28
commit
cc121fb9fe
|
@ -2,9 +2,9 @@
|
|||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "abstract-deque";
|
||||
version = "0.2";
|
||||
sha256 = "0cq1k74b854flfvh7qhfnpngn4vyzp1az1rkaara23wlylydgs89";
|
||||
buildDepends = [ HUnit random ];
|
||||
version = "0.2.2";
|
||||
sha256 = "12g4y3j59nkjw9ja247m8ydhj6a033lzfbqkp4a5slrqdxfdlvyb";
|
||||
buildDepends = [ HUnit random testFramework testFrameworkHunit ];
|
||||
testDepends = [ HUnit random testFramework testFrameworkHunit ];
|
||||
meta = {
|
||||
homepage = "https://github.com/rrnewton/haskell-lockfree-queue/wiki";
|
||||
|
|
Loading…
Reference in a new issue