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, 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;
|
||||
|
||||
Reference in New Issue
Block a user