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 3b1aad3 commit 48fa366Copy full SHA for 48fa366
configuration-ghc-921.nix
@@ -24,7 +24,10 @@ let
24
ghc-exactprint = hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint {};
25
constraints-extras = hself.callCabal2nix "constraints-extras" inputs.constraints-extras {};
26
retrie = hself.callCabal2nix "retrie" inputs.retrie {};
27
+
28
+ # Hlint is still broken
29
hlint = doJailbreak (hself.callCabal2nix "hlint" inputs.hlint {});
30
+ hiedb = hself.hiedb_0_4_1_0;
31
32
# Re-generate HLS drv excluding some plugins
33
haskell-language-server =
0 commit comments