From 79d8ceb0c7ff0d45880fb1e58e8515d4366c0112 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 24 Dec 2014 13:51:30 +0100 Subject: [PATCH] haskell-stm-containers: update to version 0.2.7 --- pkgs/development/libraries/haskell/stm-containers/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/stm-containers/default.nix b/pkgs/development/libraries/haskell/stm-containers/default.nix index 157e8cd5f2b..d093c5e07db 100644 --- a/pkgs/development/libraries/haskell/stm-containers/default.nix +++ b/pkgs/development/libraries/haskell/stm-containers/default.nix @@ -7,8 +7,8 @@ cabal.mkDerivation (self: { pname = "stm-containers"; - version = "0.2.6"; - sha256 = "1kmrkwqqhgmbmycnxf86mdcc5yf3v8irbga3nmpi9wz1hmb0vcjy"; + version = "0.2.7"; + sha256 = "1qgmrxccnvids2xq2n28cllfqh88f0b2512hm5grrab7qb07phar"; buildDepends = [ basePrelude focus hashable listT lochTh placeholders primitive transformers