From 34f300aee6af215e4346dfbeffa0a8874ef6afbf Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 Oct 2011 16:37:01 +0000 Subject: [PATCH] haskell-hp2any-core: updated to version 0.11.1 svn path=/nixpkgs/trunk/; revision=29899 --- .../development/libraries/haskell/hp2any-core/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/hp2any-core/default.nix b/pkgs/development/libraries/haskell/hp2any-core/default.nix index 8bc4620ac26..f1634f632a3 100644 --- a/pkgs/development/libraries/haskell/hp2any-core/default.nix +++ b/pkgs/development/libraries/haskell/hp2any-core/default.nix @@ -1,10 +1,10 @@ -{ cabal, bytestringTrie, network, time }: +{ cabal, attoparsec, network, time }: cabal.mkDerivation (self: { pname = "hp2any-core"; - version = "0.10.1"; - sha256 = "1qblsvlj4x22ml3k5mlr28r5xk9rmi7lpipd369dbvdzm0rflf03"; - buildDepends = [ bytestringTrie network time ]; + version = "0.11.1"; + sha256 = "146bigmch7dawyyakj0w55p0jdpnxkj8q5izjsswqqk0pdxia546"; + buildDepends = [ attoparsec network time ]; meta = { homepage = "http://www.haskell.org/haskellwiki/Hp2any"; description = "Heap profiling helper library";