2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-01-28 01:31:43 -08:00
|
|
|
{ cabal, aeson, attoparsec, conduit, 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-08-28 09:13:26 -07:00
|
|
|
version = "0.8.9.1";
|
|
|
|
sha256 = "129pf4gg3mf2ljag8vxknnqxbrbx53hshzpaggndxjir72303njy";
|
2013-09-08 13:05:41 -07:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2011-12-30 09:05:20 -08:00
|
|
|
buildDepends = [
|
2014-01-28 01:31:43 -08:00
|
|
|
aeson attoparsec conduit resourcet scientific text transformers
|
2012-04-05 09:51:59 -07:00
|
|
|
unorderedContainers vector
|
2011-12-30 09:05:20 -08:00
|
|
|
];
|
2013-02-24 13:09:07 -08:00
|
|
|
testDepends = [
|
2014-03-30 13:07:20 -07:00
|
|
|
aeson conduit hspec HUnit resourcet text transformers
|
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|