haskell-stm-containers: update to version 0.2.4

This commit is contained in:
Peter Simons 2014-12-12 09:51:12 +01:00
parent 7fb4542b99
commit 16fbc34090

View file

@ -1,19 +1,21 @@
# 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, basePrelude, focus, free, hashable, HTF, lochTh, mtl { cabal, basePrelude, focus, free, hashable, HTF, listT, lochTh
, placeholders, primitive, QuickCheck, unorderedContainers , mtl, mtlPrelude, placeholders, primitive, QuickCheck
, transformers, unorderedContainers
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "stm-containers"; pname = "stm-containers";
version = "0.1.4"; version = "0.2.4";
sha256 = "15h7qxxbr1ifkvmxsj30k0v3hp83m04iq25bvi3jmagvvk5hv5bj"; sha256 = "0qwyy0znd97w52kq9azg9bnc6578x1wvfhknh7qd8sz50gz19qwy";
buildDepends = [ buildDepends = [
basePrelude focus hashable lochTh placeholders primitive basePrelude focus hashable listT lochTh placeholders primitive
transformers
]; ];
testDepends = [ testDepends = [
basePrelude focus free hashable HTF lochTh mtl placeholders basePrelude focus free hashable HTF listT lochTh mtl mtlPrelude
primitive QuickCheck unorderedContainers placeholders primitive QuickCheck transformers unorderedContainers
]; ];
doCheck = false; doCheck = false;
meta = { meta = {