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

{ cabal, attoparsec, heredoc, hspec, QuickCheck, time, transformers
}:

cabal.mkDerivation (self: {
  pname = "robots-txt";
  version = "0.4.1.0";
  sha256 = "1q18pgilrwppmd8d7pby3p6qgk47alzmd8izqspk7n4h4agrscn4";
  buildDepends = [ attoparsec time ];
  testDepends = [ attoparsec heredoc hspec QuickCheck transformers ];
  meta = {
    homepage = "http://github.com/meanpath/robots";
    description = "Parser for robots.txt";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})