Skip to content

Commit c1550ac

Browse files
committed
Use hie-bios from github
1 parent d03c7c5 commit c1550ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configuration-ghc-92.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ let
3535

3636
stylish-haskell = appendConfigureFlag hsuper.stylish-haskell "-fghc-lib";
3737

38+
hie-bios = hself.callCabal2nix "hie-bios" inputs.haskell-hie-bios { };
39+
3840
# Re-generate HLS drv excluding some plugins
3941
haskell-language-server =
4042
hself.callCabal2nixWithOptions "haskell-language-server" ./.

0 commit comments

Comments
 (0)