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: { cabal.mkDerivation (self: {
pname = "yaml"; pname = "yaml";
version = "0.8.4.1"; version = "0.8.5";
sha256 = "0zbnyf5hp206ywqkdd7c1hsdbn4wxwk7p3rzn53m7rzxvfshlbbx"; sha256 = "12jj785gzcnrif460cx2k69pc2h9h956g0w1gp8pcr5hawrvd6rg";
isLibrary = true;
isExecutable = true;
buildDepends = [ buildDepends = [
aeson attoparsec conduit resourcet text transformers aeson attoparsec conduit resourcet text transformers
unorderedContainers vector unorderedContainers vector
]; ];
testDepends = [ testDepends = [
conduit hspec HUnit text transformers unorderedContainers aeson conduit hspec HUnit text transformers unorderedContainers
vector
]; ];
meta = { meta = {
homepage = "http://github.com/snoyberg/yaml/"; homepage = "http://github.com/snoyberg/yaml/";