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:
+5
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user