haskell-irc: update to version 0.6.0.0

This commit is contained in:
Peter Simons 2014-02-17 12:48:48 +01:00
parent 87ddf3963a
commit 1683378b3a

View File

@ -1,10 +1,10 @@
{ cabal, parsec }:
{ cabal, attoparsec }:
cabal.mkDerivation (self: {
pname = "irc";
version = "0.5.1.0";
sha256 = "1xkgqcjxlxqg60qlv26ypmvf9x288sjz1n47rb7zfvjhdimws8gj";
buildDepends = [ parsec ];
version = "0.6.0.0";
sha256 = "037hpdb4b6nb5w62w34alwybchzybz0bq2cgp0mv4xlw7bks2nqv";
buildDepends = [ attoparsec ];
meta = {
description = "A small library for parsing IRC messages";
license = self.stdenv.lib.licenses.bsd3;