Regenerated all Haskell packages with the latest version of cabal2nix.

svn path=/nixpkgs/trunk/; revision=32292
This commit is contained in:
Peter Simons
2012-02-14 17:00:37 +00:00
parent 844d950d13
commit ac69747aa8
563 changed files with 1383 additions and 1119 deletions

View File

@@ -1,10 +1,10 @@
{ cabal, parsec }:
{ cabal, Cabal, parsec }:
cabal.mkDerivation (self: {
pname = "irc";
version = "0.5.0.0";
sha256 = "0bid9iqgrppkl7hl1cd2m1pvvk5qva53fqfl0v5ld52j904c50sr";
buildDepends = [ parsec ];
buildDepends = [ Cabal parsec ];
meta = {
description = "A small library for parsing IRC messages";
license = self.stdenv.lib.licenses.bsd3;