From 7428c5dac9976c19769f2bfd4bc4c52cd4b9e58a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 13 Dec 2014 12:04:31 +0100 Subject: [PATCH] haskell-stm-containers: update to version 0.2.6 --- 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 5b280aa4c8a..157e8cd5f2b 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.4"; - sha256 = "0qwyy0znd97w52kq9azg9bnc6578x1wvfhknh7qd8sz50gz19qwy"; + version = "0.2.6"; + sha256 = "1kmrkwqqhgmbmycnxf86mdcc5yf3v8irbga3nmpi9wz1hmb0vcjy"; buildDepends = [ basePrelude focus hashable listT lochTh placeholders primitive transformers