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 d8b5cc7 commit 852d6c7Copy full SHA for 852d6c7
test/gi-gtk/default.nix
@@ -8,6 +8,8 @@ let
8
inherit compiler-nix-name evalPackages;
9
src = testSrc "gi-gtk";
10
cabalProjectLocal = builtins.readFile ../cabal.project.local + ''
11
+ -- The overloading feature of haskell-gi makes build times very long
12
+ constraints: haskell-gi-overloading ==0.0
13
if impl(ghc >=9.11)
14
constraints: filepath source
15
'';
0 commit comments