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 e9306d4 commit 0b28a59Copy full SHA for 0b28a59
configuration-ghc-901.nix
@@ -23,6 +23,11 @@ let
23
sha256 = "WtxTB6ufTZC6SxOtGSfhlO4mY0y9eWejMSa0yUJ7dHQ=";
24
};
25
in {
26
+
27
+ # we need add ghc-api-compat to build depends,
28
+ # since its condition tree is not evaluated under ghc 9
29
+ hiedb = addBuildDepend hsuper.hiedb hself.ghc-api-compat;
30
31
blaze-textual = hself.callCabal2nix "blaze-textual"
32
(pkgs.fetchFromGitHub {
33
owner = "jwaldmann";
0 commit comments