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, text }:
|
||||
{ cabal, Cabal, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "xml";
|
||||
version = "1.3.12";
|
||||
sha256 = "1lmqnzna0zy297y4q6qviv7a4966zz9mhfhk6anrp66cz890whai";
|
||||
buildDepends = [ text ];
|
||||
buildDepends = [ Cabal text ];
|
||||
meta = {
|
||||
homepage = "http://code.galois.com";
|
||||
description = "A simple XML library";
|
||||
|
||||
Reference in New Issue
Block a user