Skip to content

Commit

Permalink
Remove hoogle workaround (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack authored Nov 11, 2024
1 parent 982cc3a commit c9a0b67
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/hackage-quirks.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down

0 comments on commit c9a0b67

Please sign in to comment.