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 976c35a commit 46a731aCopy full SHA for 46a731a
configuration-ghc-901.nix
@@ -69,6 +69,8 @@ let
69
70
ghc-lib-parser-ex = hself.ghc-lib-parser-ex_9_0_0_4;
71
72
+ ormolu = hself.ormolu_0_2_0_0;
73
+
74
operational = hself.callCabal2nix "operational" (pkgs.fetchFromGitHub {
75
owner = "HeinrichApfelmus";
76
repo = "operational";
flake.nix
@@ -84,10 +84,6 @@
84
lsp-types = hself.lsp-types_1_3_0_1;
85
86
lsp-test = hself.lsp-test_0_14_0_1;
87
-
88
- # required for ormolu 0.2.0.0
89
- ghc-lib-parser = hself.ghc-lib-parser_9_0_1_20210324;
90
- ormolu = hself.ormolu_0_2_0_0;
91
};
92
93
hlsSources =
0 commit comments