haskell.packages.ghc922.hlint: unstable -> 3.4

This commit is contained in:
Malte Brandy 2022-05-02 12:32:26 +02:00
parent fdfc491ba1
commit 5a5c806c9f

View File

@ -195,17 +195,7 @@ self: super: {
} super.memory);
# Use hlint from git for GHC 9.2.1 support
hlint = doDistribute (
overrideSrc {
version = "unstable-2021-12-12";
src = pkgs.fetchFromGitHub {
owner = "ndmitchell";
repo = "hlint";
rev = "77a9702e10b772a7695c08682cd4f450fd0e9e46";
sha256 = "0hpp3iw7m7w2abr8vb86gdz3x6c8lj119zxln933k90ia7bmk8jc";
};
} super.hlint
);
hlint = self.hlint_3_4;
# https://github.com/sjakobi/bsb-http-chunked/issues/38
bsb-http-chunked = dontCheck super.bsb-http-chunked;