From c9a0b679f6ebfbb3542e23e188ce6139a842b933 Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Mon, 11 Nov 2024 15:23:23 +1300 Subject: [PATCH] Remove hoogle workaround (#2279) --- modules/hackage-quirks.nix | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/hackage-quirks.nix b/modules/hackage-quirks.nix index ebd45eb4ac..2d7baf253f 100644 --- a/modules/hackage-quirks.nix +++ b/modules/hackage-quirks.nix @@ -30,14 +30,6 @@ in [ { _file = "haskell.nix/overlays/hackage-quirks.nix#${n}"; } // lib.mkIf (n == config.name) v) { - # See https://github.com/input-output-hk/haskell.nix/issues/2277 - hoogle = { - cabalProject = '' - packages: . - allow-newer: hoogle:crypton-connection - ''; - }; - lsp-test = { cabalProject = '' packages: .