We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e488cf3 commit dcbe72dCopy full SHA for dcbe72d
modules/hackage-quirks.nix
@@ -30,14 +30,6 @@ in [
30
{ _file = "haskell.nix/overlays/hackage-quirks.nix#${n}"; } //
31
lib.mkIf (n == config.name) v) {
32
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
-
41
lsp-test = {
42
cabalProject = ''
43
packages: .
0 commit comments