haskell-yaml: update to version 0.8.10

This commit is contained in:
Peter Simons 2014-11-23 21:07:33 +01:00
parent b5430cfff0
commit 7664a1ad07

View File

@ -1,21 +1,22 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet { cabal, aeson, aesonQq, attoparsec, conduit, filepath, hspec
, scientific, text, transformers, unorderedContainers, vector , HUnit, resourcet, scientific, text, transformers
, unorderedContainers, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "yaml"; pname = "yaml";
version = "0.8.9.3"; version = "0.8.10";
sha256 = "0hpxmb7flb9xl5s5pf1g76lvm73fbnfs9fr37vlhdxcdqgih0m68"; sha256 = "1m51h253gcp77a0sjsckccrwz5ajd991ppczvyhnprphx1y210ig";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson attoparsec conduit resourcet scientific text transformers aeson attoparsec conduit filepath resourcet scientific text
unorderedContainers vector transformers unorderedContainers vector
]; ];
testDepends = [ testDepends = [
aeson conduit hspec HUnit resourcet text transformers aeson aesonQq conduit hspec HUnit resourcet text transformers
unorderedContainers vector unorderedContainers vector
]; ];
meta = { meta = {