2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-11-23 12:07:33 -08:00
|
|
|
{ cabal, aeson, aesonQq, attoparsec, conduit, filepath, hspec
|
|
|
|
, HUnit, resourcet, scientific, text, transformers
|
|
|
|
, unorderedContainers, vector
|
2011-12-30 09:05:20 -08:00
|
|
|
}:
|
2011-10-02 13:28:04 -07:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "yaml";
|
2014-11-23 12:07:33 -08:00
|
|
|
version = "0.8.10";
|
|
|
|
sha256 = "1m51h253gcp77a0sjsckccrwz5ajd991ppczvyhnprphx1y210ig";
|
2013-09-08 13:05:41 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-12-30 09:05:20 -08:00
|
|
|
buildDepends = [
|
2014-11-23 12:07:33 -08:00
|
|
|
aeson attoparsec conduit filepath resourcet scientific text
|
|
|
|
transformers unorderedContainers vector
|
2011-12-30 09:05:20 -08:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-11-23 12:07:33 -08:00
|
|
|
aeson aesonQq conduit hspec HUnit resourcet text transformers
|
2014-03-30 13:07:20 -07:00
|
|
|
unorderedContainers vector
|
2013-02-24 13:09:07 -08:00
|
|
|
];
|
2011-10-02 13:28:04 -07:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/snoyberg/yaml/";
|
2012-11-20 04:58:23 -08:00
|
|
|
description = "Support for parsing and rendering YAML documents";
|
2011-10-02 13:28:04 -07:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|