haskell-yaml: update to version 0.8.8.1
This commit is contained in:
parent
bc9140a608
commit
ab6453c483
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.8.8";
|
version = "0.8.8.1";
|
||||||
sha256 = "0fv56x40ici6hx2dfy85fg7zy213mn82h84czhj4xbvjszg8wycw";
|
sha256 = "1lkw05rx88jckzlkslb945zswn6g7i3vxsgxpj9pkcxvh3y9zagv";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
|
@ -13,8 +13,8 @@ cabal.mkDerivation (self: {
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson conduit hspec HUnit text transformers unorderedContainers
|
aeson conduit hspec HUnit resourcet text transformers
|
||||||
vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/yaml/";
|
homepage = "http://github.com/snoyberg/yaml/";
|
||||||
|
|
Loading…
Reference in New Issue