There was an error while loading. Please reload this page.
1 parent d03c7c5 commit c1550acCopy full SHA for c1550ac
configuration-ghc-92.nix
@@ -35,6 +35,8 @@ let
35
36
stylish-haskell = appendConfigureFlag hsuper.stylish-haskell "-fghc-lib";
37
38
+ hie-bios = hself.callCabal2nix "hie-bios" inputs.haskell-hie-bios { };
39
+
40
# Re-generate HLS drv excluding some plugins
41
haskell-language-server =
42
hself.callCabal2nixWithOptions "haskell-language-server" ./.
0 commit comments