haskellPackages.ShellCheck_0_8_0: remove

not needed since 049eb388eb
This commit is contained in:
zowoq 2023-07-02 09:10:03 +10:00 committed by sternenseemann
parent e003a7adc1
commit 18ff756909
2 changed files with 0 additions and 33 deletions

View file

@ -134,7 +134,6 @@ extra-packages:
- weeder == 2.3.* # 2022-05-31: preserve for GHC 9.0.2
- weeder == 2.4.* # 2023-02-02: preserve for GHC 9.2.*
- commonmark-extensions < 0.2.3.3 # 2022-12-17: required by emanote 1.0.0.0 (to avoid a bug in 0.2.3.3)
- ShellCheck == 0.8.0 # 2022-12-28: required by haskell-ci 0.14.3
- retrie < 1.2.0.0 # 2022-12-30: required for hls on ghc < 9.2
- ghc-tags == 1.5.* # 2023-02-18: preserve for ghc-lib == 9.2.*
- fourmolu == 0.10.1.0 # 2023-04-18: for hls-fourmolu-plugin 1.1.1.0

View file

@ -18883,38 +18883,6 @@ self: {
hydraPlatforms = lib.platforms.none;
}) {};
"ShellCheck_0_8_0" = callPackage
({ mkDerivation, aeson, array, base, bytestring, containers
, deepseq, Diff, directory, filepath, mtl, parsec, process
, QuickCheck, regex-tdfa
}:
mkDerivation {
pname = "ShellCheck";
version = "0.8.0";
sha256 = "05jlapp4m997w36h2wszdxz9gvczdczaylypsbn14jqpb650w232";
revision = "1";
editedCabalFile = "1c942n7lz59b0acvppg25k01f87rj3icrza9pfp9mlpiwaq1y8qw";
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson array base bytestring containers deepseq Diff directory
filepath mtl parsec process QuickCheck regex-tdfa
];
executableHaskellDepends = [
aeson array base bytestring containers deepseq Diff directory
filepath mtl parsec QuickCheck regex-tdfa
];
testHaskellDepends = [
aeson array base bytestring containers deepseq Diff directory
filepath mtl parsec QuickCheck regex-tdfa
];
description = "Shell script analysis tool";
license = lib.licenses.gpl3Only;
hydraPlatforms = lib.platforms.none;
mainProgram = "shellcheck";
maintainers = [ lib.maintainers.zowoq ];
}) {};
"ShellCheck" = callPackage
({ mkDerivation, aeson, array, base, bytestring, containers
, deepseq, Diff, directory, fgl, filepath, mtl, parsec, process