From b2b6c81d4cbf79787db89acaa19ea0032340c4d4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 20 Jun 2013 12:08:28 +0200 Subject: [PATCH] haskell-ghc-heap-view: update to version 0.5.1 --- pkgs/development/libraries/haskell/ghc-heap-view/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/haskell/ghc-heap-view/default.nix b/pkgs/development/libraries/haskell/ghc-heap-view/default.nix index 342e2a7cd31..62b07030a46 100644 --- a/pkgs/development/libraries/haskell/ghc-heap-view/default.nix +++ b/pkgs/development/libraries/haskell/ghc-heap-view/default.nix @@ -2,8 +2,8 @@ cabal.mkDerivation (self: { pname = "ghc-heap-view"; - version = "0.5.0.1"; - sha256 = "1zqzv6r4nkzam51bb6pp2i1kkzhx5mnaqcn8wzr0hxbi5lc1088h"; + version = "0.5.1"; + sha256 = "1qi7f3phj2j63x1wd2cvk36945cxd84s12zs03hlrn49wzx2pf1n"; buildDepends = [ binary transformers ]; meta = { description = "Extract the heap representation of Haskell values and thunks";