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

{ cabal, binary, haskellSrc, mtl, network, random, regexCompat
, regexPosix, syb, tagsoup, utf8String, zlib
}:

cabal.mkDerivation (self: {
  pname = "lambdabot-utils";
  version = "4.2.2";
  sha256 = "0mmz9rn6vv8xnavmz66g164h1liir3rzg1n7lmbcsgwcyhm925d7";
  buildDepends = [
    binary haskellSrc mtl network random regexCompat regexPosix syb
    tagsoup utf8String zlib
  ];
  meta = {
    homepage = "http://haskell.org/haskellwiki/Lambdabot";
    description = "Utility libraries for the advanced IRC bot, Lambdabot";
    license = "GPL";
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})