haskell-stm-containers: update to version 0.1.3

This commit is contained in:
Peter Simons 2014-07-29 13:36:46 +02:00
parent 5738b59400
commit 5fd8cff160

View file

@ -1,17 +1,19 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, focus, free, hashable, HTF, lochTh, mtl, placeholders
, primitive, QuickCheck, unorderedContainers
{ cabal, basePrelude, focus, free, hashable, HTF, lochTh, mtl
, placeholders, primitive, QuickCheck, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "stm-containers";
version = "0.1.2";
sha256 = "1rzxjspf0lzmviixnxv9f2wjxqhwv65fb1nws915ghs1sj774gab";
buildDepends = [ focus hashable lochTh placeholders primitive ];
version = "0.1.3";
sha256 = "0ir2b6y1sqr0i68j0fqmwyysk7x9z18n84dbjppyjzzidcsrkar0";
buildDepends = [
basePrelude focus hashable lochTh placeholders primitive
];
testDepends = [
focus free hashable HTF lochTh mtl placeholders primitive
QuickCheck unorderedContainers
basePrelude focus free hashable HTF lochTh mtl placeholders
primitive QuickCheck unorderedContainers
];
doCheck = false;
meta = {