2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2013-10-14 07:47:48 +01:00
|
|
|
{ cabal, charset, doctest, filepath, parsec, text, transformers
|
2013-09-25 17:28:09 +01:00
|
|
|
, unorderedContainers
|
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "parsers";
|
2014-02-10 10:11:24 +00:00
|
|
|
version = "0.10.3";
|
|
|
|
sha256 = "1s9n59q77h0w1csq7yh945b53847a9hnpvviashgxyi7ahvw7jli";
|
2013-10-14 07:47:48 +01:00
|
|
|
buildDepends = [
|
|
|
|
charset parsec text transformers unorderedContainers
|
|
|
|
];
|
2013-09-25 17:28:09 +01:00
|
|
|
testDepends = [ doctest filepath ];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/ekmett/parsers/";
|
|
|
|
description = "Parsing combinators";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 11:43:40 +01:00
|
|
|
hydraPlatforms = self.stdenv.lib.platforms.none;
|
2013-09-25 17:28:09 +01:00
|
|
|
};
|
|
|
|
})
|