summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/attoparsec/0.12.1.2.nix
blob: a608386624877ee71883404a8cc3476f91b06712 (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, deepseq, QuickCheck, scientific, testFramework
, testFrameworkQuickcheck2, text, vector
}:

cabal.mkDerivation (self: {
  pname = "attoparsec";
  version = "0.12.1.2";
  sha256 = "1vazyr3fdahdg1q503sbj0zv4xj7sm7j32mjm856bm51j2s0rhlc";
  buildDepends = [ deepseq scientific text ];
  testDepends = [
    deepseq QuickCheck scientific testFramework
    testFrameworkQuickcheck2 text vector
  ];
  meta = {
    homepage = "https://github.com/bos/attoparsec";
    description = "Fast combinator parsing for bytestrings and text";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})