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, mtl }:
|
||||
{ cabal, Cabal, mtl }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "ppm";
|
||||
version = "2009.5.13";
|
||||
sha256 = "9e390ca9a9e6e740fa71d2b72fa2c9c3d521118b0ebb35f10fabbbe543ecfb5b";
|
||||
buildDepends = [ mtl ];
|
||||
buildDepends = [ Cabal mtl ];
|
||||
meta = {
|
||||
homepage = "http://github.com/nfjinjing/ppm/tree/master";
|
||||
description = "a tiny PPM image generator";
|
||||
|
||||
Reference in New Issue
Block a user