summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/irc/default.nix
blob: d7c101c27fb3cd98d48af278d48b5d0f0fc1b6e7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, attoparsec }:

cabal.mkDerivation (self: {
  pname = "irc";
  version = "0.6.0.1";
  sha256 = "0524phrxjv0i5qabrf4sj0zpcvkdvcivv1lg46591pmvndfhpyn4";
  buildDepends = [ attoparsec ];
  meta = {
    description = "A small library for parsing IRC messages";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})