Skip to content

Commit b238c4f

Browse files
committed
Fix missing ghc-api-compat in hiedb
1 parent 2920d48 commit b238c4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configuration-ghc-901.nix

+5
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ let
2323
sha256 = "WtxTB6ufTZC6SxOtGSfhlO4mY0y9eWejMSa0yUJ7dHQ=";
2424
};
2525
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+
2631
blaze-textual = hself.callCabal2nix "blaze-textual"
2732
(pkgs.fetchFromGitHub {
2833
owner = "jwaldmann";

0 commit comments

Comments
 (0)