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 dfea4c3 commit 1a8d8a2Copy full SHA for 1a8d8a2
configuration-ghc-90.nix
@@ -38,6 +38,8 @@ let
38
39
ormolu = hself.callCabal2nix "ormolu" inputs.ormolu-052 {};
40
41
+ fourmolu = hself.callHackage "fourmolu" "0.10.1.0" {};
42
+
43
# Re-generate HLS drv excluding some plugins
44
haskell-language-server =
45
hself.callCabal2nixWithOptions "haskell-language-server" ./.
configuration-ghc-92.nix
@@ -33,6 +33,8 @@ let
33
34
35
36
37
stylish-haskell = appendConfigureFlag hsuper.stylish-haskell "-fghc-lib";
hie-bios = hself.callCabal2nix "hie-bios" inputs.haskell-hie-bios { };
0 commit comments