Skip to content

Commit c9a0b67

Browse files
authored
Remove hoogle workaround (#2279)
1 parent 982cc3a commit c9a0b67

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

modules/hackage-quirks.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ in [
3030
{ _file = "haskell.nix/overlays/hackage-quirks.nix#${n}"; } //
3131
lib.mkIf (n == config.name) v) {
3232

33-
# See https://github.com/input-output-hk/haskell.nix/issues/2277
34-
hoogle = {
35-
cabalProject = ''
36-
packages: .
37-
allow-newer: hoogle:crypton-connection
38-
'';
39-
};
40-
4133
lsp-test = {
4234
cabalProject = ''
4335
packages: .

0 commit comments

Comments
 (0)