Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{ cabal, attoparsec, network, time }:
|
||||
{ cabal, attoparsec, Cabal, filepath, network, time }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "hp2any-core";
|
||||
version = "0.11.1";
|
||||
sha256 = "146bigmch7dawyyakj0w55p0jdpnxkj8q5izjsswqqk0pdxia546";
|
||||
buildDepends = [ attoparsec network time ];
|
||||
buildDepends = [ attoparsec Cabal filepath network time ];
|
||||
meta = {
|
||||
homepage = "http://www.haskell.org/haskellwiki/Hp2any";
|
||||
description = "Heap profiling helper library";
|
||||
|
||||
Reference in New Issue
Block a user