haskell-yaml: update to version 0.8.10
This commit is contained in:
parent
b5430cfff0
commit
7664a1ad07
@ -1,21 +1,22 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet
|
||||
, scientific, text, transformers, unorderedContainers, vector
|
||||
{ cabal, aeson, aesonQq, attoparsec, conduit, filepath, hspec
|
||||
, HUnit, resourcet, scientific, text, transformers
|
||||
, unorderedContainers, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "yaml";
|
||||
version = "0.8.9.3";
|
||||
sha256 = "0hpxmb7flb9xl5s5pf1g76lvm73fbnfs9fr37vlhdxcdqgih0m68";
|
||||
version = "0.8.10";
|
||||
sha256 = "1m51h253gcp77a0sjsckccrwz5ajd991ppczvyhnprphx1y210ig";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
aeson attoparsec conduit resourcet scientific text transformers
|
||||
unorderedContainers vector
|
||||
aeson attoparsec conduit filepath resourcet scientific text
|
||||
transformers unorderedContainers vector
|
||||
];
|
||||
testDepends = [
|
||||
aeson conduit hspec HUnit resourcet text transformers
|
||||
aeson aesonQq conduit hspec HUnit resourcet text transformers
|
||||
unorderedContainers vector
|
||||
];
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user