haskell-HsSyck: update to version 0.51
This commit is contained in:
parent
9537b2c8d2
commit
cbaf113858
@ -1,10 +1,10 @@
|
|||||||
{ cabal, syb, utf8String }:
|
{ cabal, hashtables, syb, utf8String }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "HsSyck";
|
pname = "HsSyck";
|
||||||
version = "0.50";
|
version = "0.51";
|
||||||
sha256 = "0ap675i2fngvd1nw1dk8p2fz4nbd2aq5ci8dsvpcjbp28y9j2blm";
|
sha256 = "13y5vbzrix33dzwhdrvng2ds2dnipkxn1h22jvbf47rwnkyh2g49";
|
||||||
buildDepends = [ syb utf8String ];
|
buildDepends = [ hashtables syb utf8String ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast, lightweight YAML loader and dumper";
|
description = "Fast, lightweight YAML loader and dumper";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user