haskellPackages: regenerate package set based on current config

This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh
This commit is contained in:
zowoq
2022-12-28 10:45:30 +10:00
parent 5cf58a844e
commit 3bc05714b6
+5 -3
View File
@@ -18857,7 +18857,7 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"ShellCheck" = callPackage
"ShellCheck_0_8_0" = callPackage
({ mkDerivation, aeson, array, base, bytestring, containers
, deepseq, Diff, directory, filepath, mtl, parsec, process
, QuickCheck, regex-tdfa
@@ -18884,10 +18884,12 @@ self: {
];
description = "Shell script analysis tool";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "shellcheck";
maintainers = [ lib.maintainers.zowoq ];
}) {};
"ShellCheck_0_9_0" = callPackage
"ShellCheck" = callPackage
({ mkDerivation, aeson, array, base, bytestring, containers
, deepseq, Diff, directory, fgl, filepath, mtl, parsec, process
, QuickCheck, regex-tdfa, transformers
@@ -18912,8 +18914,8 @@ self: {
];
description = "Shell script analysis tool";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "shellcheck";
maintainers = [ lib.maintainers.zowoq ];
}) {};
"Shellac" = callPackage