diff --git a/overlays/hackage-quirks.nix b/overlays/hackage-quirks.nix index 239d2987d0..1c195dc00f 100644 --- a/overlays/hackage-quirks.nix +++ b/overlays/hackage-quirks.nix @@ -72,7 +72,7 @@ in { haskell-nix = prev.haskell-nix // { cabalProject = '' packages: . allow-newer: haskell-language-server:ghcide - constraints: ghcide <0.7.4, hls-plugin-api <0.7.1.0, hls-retrie-plugin <0.1.1.1 + constraints: ghcide <0.7.4, hls-plugin-api <0.7.1.0, hls-retrie-plugin <0.1.1.1, haddock-library <1.10 ''; };