3
0
Fork 0
forked from mirrors/nixpkgs

haskell-yaml: update to version 0.8.5.4

This commit is contained in:
Peter Simons 2014-01-28 10:31:43 +01:00
parent 0480294937
commit 9e36e4be18

View file

@ -1,15 +1,15 @@
{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet, text
, transformers, unorderedContainers, vector
{ cabal, aeson, attoparsec, conduit, hspec, HUnit, resourcet
, scientific, text, transformers, unorderedContainers, vector
}:
cabal.mkDerivation (self: {
pname = "yaml";
version = "0.8.5.3";
sha256 = "028wxp3jcvdy63707jhxm9mmkbxz9ni1c63rb7wvzjswijp3p95b";
version = "0.8.5.4";
sha256 = "0mn1i0whqr9q6vh43x5xa0p4xxckqszhsi62warx1kjvrq4yil6f";
isLibrary = true;
isExecutable = true;
buildDepends = [
aeson attoparsec conduit resourcet text transformers
aeson attoparsec conduit resourcet scientific text transformers
unorderedContainers vector
];
testDepends = [