Skip to content

Commit 48fa366

Browse files
committed
nix: fix ghc 9.2 shell
1 parent 3b1aad3 commit 48fa366

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration-ghc-921.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ let
2424
ghc-exactprint = hself.callCabal2nix "ghc-exactprint" inputs.ghc-exactprint {};
2525
constraints-extras = hself.callCabal2nix "constraints-extras" inputs.constraints-extras {};
2626
retrie = hself.callCabal2nix "retrie" inputs.retrie {};
27+
28+
# Hlint is still broken
2729
hlint = doJailbreak (hself.callCabal2nix "hlint" inputs.hlint {});
30+
hiedb = hself.hiedb_0_4_1_0;
2831

2932
# Re-generate HLS drv excluding some plugins
3033
haskell-language-server =

0 commit comments

Comments
 (0)