mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
haskell-yaml: update to version 0.8.10.1
This commit is contained in:
parent
b0e9e7875f
commit
6a4b71971b
@ -1,23 +1,23 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, aesonQq, attoparsec, conduit, filepath, hspec
|
{ cabal, aeson, aesonQq, attoparsec, conduit, enclosedExceptions
|
||||||
, HUnit, resourcet, scientific, text, transformers
|
, filepath, hspec, hspecExpectations, HUnit, resourcet, scientific
|
||||||
, unorderedContainers, vector
|
, text, transformers, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "yaml";
|
pname = "yaml";
|
||||||
version = "0.8.10";
|
version = "0.8.10.1";
|
||||||
sha256 = "1m51h253gcp77a0sjsckccrwz5ajd991ppczvyhnprphx1y210ig";
|
sha256 = "1a8v8digg6mcc4gx4kgfg8wzgj18wdf40wv1b7n72dg1c8kr2xz9";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec conduit filepath resourcet scientific text
|
aeson attoparsec conduit enclosedExceptions filepath resourcet
|
||||||
transformers unorderedContainers vector
|
scientific text transformers unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson aesonQq conduit hspec HUnit resourcet text transformers
|
aeson aesonQq conduit hspec hspecExpectations HUnit resourcet text
|
||||||
unorderedContainers vector
|
transformers unorderedContainers vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/snoyberg/yaml/";
|
homepage = "http://github.com/snoyberg/yaml/";
|
||||||
|
Loading…
Reference in New Issue
Block a user