Skip to content

Commit

Permalink
Fix missing ghc-api-compat in hiedb
Browse files Browse the repository at this point in the history
  • Loading branch information
berberman committed Aug 2, 2021
1 parent e9306d4 commit 0b28a59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configuration-ghc-901.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ let
sha256 = "WtxTB6ufTZC6SxOtGSfhlO4mY0y9eWejMSa0yUJ7dHQ=";
};
in {

# we need add ghc-api-compat to build depends,
# since its condition tree is not evaluated under ghc 9
hiedb = addBuildDepend hsuper.hiedb hself.ghc-api-compat;

blaze-textual = hself.callCabal2nix "blaze-textual"
(pkgs.fetchFromGitHub {
owner = "jwaldmann";
Expand Down

0 comments on commit 0b28a59

Please sign in to comment.