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 9a253e4 commit cb886fdCopy full SHA for cb886fd
test/gi-gtk/default.nix
@@ -8,12 +8,8 @@ let
8
inherit compiler-nix-name evalPackages;
9
src = testSrc "gi-gtk";
10
cabalProjectLocal = builtins.readFile ../cabal.project.local + ''
11
- -- haskell-gi 0.26.12 breaks gi-gtkpixbuf
12
- index-state: 2024-09-30T00:00:00Z
13
-- The overloading feature of haskell-gi makes build times very long
14
constraints: haskell-gi-overloading ==0.0
15
- if impl(ghc >=9.11)
16
- constraints: filepath source
17
'';
18
};
19
0 commit comments