1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

haskell-yaml: update to version 0.8.5

This commit is contained in:
Peter Simons 2013-09-08 22:05:41 +02:00
parent be6549a4bf
commit cd97281731

View file

@ -4,14 +4,17 @@
cabal.mkDerivation (self: {
pname = "yaml";
version = "0.8.4.1";
sha256 = "0zbnyf5hp206ywqkdd7c1hsdbn4wxwk7p3rzn53m7rzxvfshlbbx";
version = "0.8.5";
sha256 = "12jj785gzcnrif460cx2k69pc2h9h956g0w1gp8pcr5hawrvd6rg";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson attoparsec conduit resourcet text transformers
unorderedContainers vector
];
testDepends = [
conduit hspec HUnit text transformers unorderedContainers
aeson conduit hspec HUnit text transformers unorderedContainers
vector
];
meta = {
homepage = "http://github.com/snoyberg/yaml/";