Skip to content

Commit ac4faa9

Browse files
committed
Test fixes
1 parent 8b81cd0 commit ac4faa9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/gi-gtk/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ let
88
inherit compiler-nix-name evalPackages;
99
src = testSrc "gi-gtk";
1010
cabalProjectLocal = builtins.readFile ../cabal.project.local + ''
11-
constraints: filepath source
11+
if impl(ghc >=9.11)
12+
constraints: filepath source
1213
'';
1314
};
1415

0 commit comments

Comments
 (0)