haskell-yaml: update to version 0.8.8.1

This commit is contained in:
Peter Simons 2014-03-30 22:07:20 +02:00
parent bc9140a608
commit ab6453c483

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "yaml";
version = "0.8.8";
sha256 = "0fv56x40ici6hx2dfy85fg7zy213mn82h84czhj4xbvjszg8wycw";
version = "0.8.8.1";
sha256 = "1lkw05rx88jckzlkslb945zswn6g7i3vxsgxpj9pkcxvh3y9zagv";
isLibrary = true;
isExecutable = true;
buildDepends = [
@ -13,8 +13,8 @@ cabal.mkDerivation (self: {
unorderedContainers vector
];
testDepends = [
aeson conduit hspec HUnit text transformers unorderedContainers
vector
aeson conduit hspec HUnit resourcet text transformers
unorderedContainers vector
];
meta = {
homepage = "http://github.com/snoyberg/yaml/";