Skip to content

Commit 852d6c7

Browse files
committed
Disable haskell-gi-overloading (it's too slow to build)
1 parent d8b5cc7 commit 852d6c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/gi-gtk/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ let
88
inherit compiler-nix-name evalPackages;
99
src = testSrc "gi-gtk";
1010
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
1113
if impl(ghc >=9.11)
1214
constraints: filepath source
1315
'';

0 commit comments

Comments
 (0)