2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-12-12 09:51:51 +01:00
|
|
|
{ cabal, aeson, aesonQq, attoparsec, conduit, enclosedExceptions
|
|
|
|
, filepath, hspec, hspecExpectations, HUnit, resourcet, scientific
|
|
|
|
, text, transformers, unorderedContainers, vector
|
2011-12-30 17:05:20 +00:00
|
|
|
}:
|
2011-10-02 20:28:04 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "yaml";
|
2014-12-12 09:51:51 +01:00
|
|
|
version = "0.8.10.1";
|
|
|
|
sha256 = "1a8v8digg6mcc4gx4kgfg8wzgj18wdf40wv1b7n72dg1c8kr2xz9";
|
2013-09-08 22:05:41 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-12-30 17:05:20 +00:00
|
|
|
buildDepends = [
|
2014-12-12 09:51:51 +01:00
|
|
|
aeson attoparsec conduit enclosedExceptions filepath resourcet
|
|
|
|
scientific text transformers unorderedContainers vector
|
2011-12-30 17:05:20 +00:00
|
|
|
];
|
2013-02-24 22:09:07 +01:00
|
|
|
testDepends = [
|
2014-12-12 09:51:51 +01:00
|
|
|
aeson aesonQq conduit hspec hspecExpectations HUnit resourcet text
|
|
|
|
transformers unorderedContainers vector
|
2013-02-24 22:09:07 +01:00
|
|
|
];
|
2011-10-02 20:28:04 +00: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 20:28:04 +00:00
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|