Skip to content

Commit 94f5e9c

Browse files
committed
Add ghc-api-compat to 9.0.1
1 parent b30b9dd commit 94f5e9c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

configuration-ghc-901.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ let
2525

2626
# we need add ghc-api-compat to build depends,
2727
# since its condition tree is not evaluated under ghc 9
28+
29+
ghc-api-compat = hself.callHackageDirect {
30+
pkg = "ghc-api-compat";
31+
ver = "9.0.1";
32+
sha256 = "0p3sxpzpnccfm9p3yvi88507kh7zcmmg52nl0z12azlh6yfcixxx";
33+
} {};
34+
2835
hiedb = addBuildDepend hsuper.hiedb hself.ghc-api-compat;
2936

3037
blaze-textual = hself.callCabal2nix "blaze-textual"

0 commit comments

Comments
 (0)