2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-11 11:08:19 +00:00
|
|
|
{ cabal, deepseq, QuickCheck, scientific, testFramework
|
|
|
|
, testFrameworkQuickcheck2, text
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "attoparsec";
|
2014-05-15 14:20:45 +00:00
|
|
|
version = "0.11.3.1";
|
|
|
|
sha256 = "0mmyab3a9mgmfxj1kc7xgxkmmcdj90ph9nzniv7bf2vyf8vhvirl";
|
2014-01-11 11:08:19 +00:00
|
|
|
buildDepends = [ deepseq scientific text ];
|
|
|
|
testDepends = [
|
|
|
|
QuickCheck testFramework testFrameworkQuickcheck2 text
|
|
|
|
];
|
2014-05-15 17:29:51 +00:00
|
|
|
jailbreak = true;
|
2014-01-11 11:08:19 +00:00
|
|
|
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;
|
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
|
|
};
|
|
|
|
})
|