1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

haskell-HsSyck: update to version 0.51

This commit is contained in:
Peter Simons 2013-11-09 19:28:24 +01:00
parent 9537b2c8d2
commit cbaf113858

View file

@ -1,10 +1,10 @@
{ cabal, syb, utf8String }:
{ cabal, hashtables, syb, utf8String }:
cabal.mkDerivation (self: {
pname = "HsSyck";
version = "0.50";
sha256 = "0ap675i2fngvd1nw1dk8p2fz4nbd2aq5ci8dsvpcjbp28y9j2blm";
buildDepends = [ syb utf8String ];
version = "0.51";
sha256 = "13y5vbzrix33dzwhdrvng2ds2dnipkxn1h22jvbf47rwnkyh2g49";
buildDepends = [ hashtables syb utf8String ];
meta = {
description = "Fast, lightweight YAML loader and dumper";
license = self.stdenv.lib.licenses.bsd3;