haskell-yaml: updated to version 0.5.1.1
svn path=/nixpkgs/trunk/; revision=31159
This commit is contained in:
parent
573455fd44
commit
6dfd7b1446
@ -1,12 +1,15 @@
|
|||||||
{ cabal, enumerator, transformers }:
|
{ cabal, aeson, attoparsec, conduit, text, transformers
|
||||||
|
, unorderedContainers, vector
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.4.1.2";
|
version = "0.5.1.1";
|
||||||
sha256 = "1c7ffs5gkwk0l0vg7amsflra1j8ifd9cvvbqx9jzkqsay8hbr4vb";
|
sha256 = "1l3f1rbdajdf9944kwbf90a1wxv00g2jcgjkg54k6c3iqbx956w2";
|
||||||
isLibrary = true;
|
buildDepends = [
|
||||||
isExecutable = true;
|
aeson attoparsec conduit text transformers unorderedContainers
|
||||||
buildDepends = [ enumerator transformers ];
|
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 = "Low-level binding to the libyaml C library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user