mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-05 03:53:41 +00:00
18250b97ae
had added him earlier.
23 lines
689 B
Nix
23 lines
689 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, deepseq, QuickCheck, scientific, testFramework
|
|
, testFrameworkQuickcheck2, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "attoparsec";
|
|
version = "0.12.1.1";
|
|
sha256 = "0whj2wscw9pdf6avnhnqiapsllh6228j4hifyfvr4v0w663plh7p";
|
|
buildDepends = [ deepseq scientific text ];
|
|
testDepends = [
|
|
deepseq QuickCheck scientific testFramework
|
|
testFrameworkQuickcheck2 text
|
|
];
|
|
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;
|
|
};
|
|
})
|