haskell-yaml: update to version 0.8.1.1
This commit is contained in:
parent
830536a989
commit
154861e8d5
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.8.1";
|
version = "0.8.1.1";
|
||||||
sha256 = "0cirffxydjh5650s1i0mq1v839pl2dljwmrjnmjf44fcqsvanvyg";
|
sha256 = "0n2m205f0jq8v4g84bw642vdqqr68m3jklv98rr21s8r2fyy7937";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec conduit resourcet text transformers
|
aeson attoparsec conduit resourcet text transformers
|
||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/yaml/";
|
homepage = "http://github.com/snoyberg/yaml/";
|
||||||
description = "Low-level binding to the libyaml C library";
|
description = "Support for parsing and rendering YAML documents";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user