28 lines
878 B
Nix
28 lines
878 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, aeson, aesonQq, attoparsec, conduit, filepath, hspec
|
|
, HUnit, resourcet, scientific, text, transformers
|
|
, unorderedContainers, vector
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "yaml";
|
|
version = "0.8.10";
|
|
sha256 = "1m51h253gcp77a0sjsckccrwz5ajd991ppczvyhnprphx1y210ig";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
aeson attoparsec conduit filepath resourcet scientific text
|
|
transformers unorderedContainers vector
|
|
];
|
|
testDepends = [
|
|
aeson aesonQq conduit hspec HUnit resourcet text transformers
|
|
unorderedContainers vector
|
|
];
|
|
meta = {
|
|
homepage = "http://github.com/snoyberg/yaml/";
|
|
description = "Support for parsing and rendering YAML documents";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|