haskell-stm-containers: update to version 0.1.3
This commit is contained in:
parent
5738b59400
commit
5fd8cff160
@ -1,17 +1,19 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, focus, free, hashable, HTF, lochTh, mtl, placeholders
|
{ cabal, basePrelude, focus, free, hashable, HTF, lochTh, mtl
|
||||||
, primitive, QuickCheck, unorderedContainers
|
, placeholders, primitive, QuickCheck, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "stm-containers";
|
pname = "stm-containers";
|
||||||
version = "0.1.2";
|
version = "0.1.3";
|
||||||
sha256 = "1rzxjspf0lzmviixnxv9f2wjxqhwv65fb1nws915ghs1sj774gab";
|
sha256 = "0ir2b6y1sqr0i68j0fqmwyysk7x9z18n84dbjppyjzzidcsrkar0";
|
||||||
buildDepends = [ focus hashable lochTh placeholders primitive ];
|
buildDepends = [
|
||||||
|
basePrelude focus hashable lochTh placeholders primitive
|
||||||
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
focus free hashable HTF lochTh mtl placeholders primitive
|
basePrelude focus free hashable HTF lochTh mtl placeholders
|
||||||
QuickCheck unorderedContainers
|
primitive QuickCheck unorderedContainers
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user