about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/attoparsec-conduit/default.nix
blob: 0f240f8d31ff5656e17f0f50118331cf08946021 (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, conduit }:

cabal.mkDerivation (self: {
  pname = "attoparsec-conduit";
  version = "1.1.0";
  sha256 = "18xn3nzxfghcd88cana1jw85ijv0ysw3bp36fb6r5wsf6m79z01y";
  buildDepends = [ conduit ];
  noHaddock = true;
  meta = {
    homepage = "http://github.com/snoyberg/conduit";
    description = "Consume attoparsec parsers via conduit. (deprecated)";
    license = self.stdenv.lib.licenses.mit;
    platforms = self.ghc.meta.platforms;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})