haskellPackages.implicit-hie: remove unneeded Cabal-syntax override

This commit is contained in:
Dennis Gosnell 2022-12-19 08:05:52 +09:00
parent 7187fd458d
commit 8897b52331
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -1366,11 +1366,6 @@ self: super: {
# 2022-11-18: https://github.com/haskell/haskell-language-server/commit/c1a7527c4fb348bee6093d9794b7d3e0c8d563f2
hls-fourmolu-plugin = assert super.hls-fourmolu-plugin.version == "1.1.0.0"; doJailbreak super.hls-fourmolu-plugin;
# 2022-10-27: implicit-hie 0.1.3.0 needs a newer version of Cabal-syntax.
implicit-hie = super.implicit-hie.override {
Cabal-syntax = self.Cabal-syntax_3_8_1_0;
};
# tests require network
ghcide = dontCheck super.ghcide;