We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a97196 commit 19dafcbCopy full SHA for 19dafcb
test/gi-gtk/default.nix
@@ -10,6 +10,8 @@ let
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
+ -- Needed for the current nix-tools TODO remove once nix-tools is updated
14
+ constraints: Cabal <3.12
15
'';
16
};
17
0 commit comments