mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-irc: update to version 0.6.0.0
This commit is contained in:
parent
87ddf3963a
commit
1683378b3a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user