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