forked from mirrors/nixpkgs
haskell-yaml: update to version 0.8.5.4
This commit is contained in:
parent
0480294937
commit
9e36e4be18
|
@ -1,15 +1,15 @@
|
||||||
{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet, text
|
{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet
|
||||||
, transformers, unorderedContainers, vector
|
, scientific, text, transformers, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.8.5.3";
|
version = "0.8.5.4";
|
||||||
sha256 = "028wxp3jcvdy63707jhxm9mmkbxz9ni1c63rb7wvzjswijp3p95b";
|
sha256 = "0mn1i0whqr9q6vh43x5xa0p4xxckqszhsi62warx1kjvrq4yil6f";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec conduit resourcet text transformers
|
aeson attoparsec conduit resourcet scientific text transformers
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
|
|
Loading…
Reference in a new issue