Skip to content

Commit a8c89bb

Browse files
committed
Fix some tests
1 parent bd99d06 commit a8c89bb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/cabal.project.local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repository head.hackage.ghc.haskell.org
2222
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
2323
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
2424
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
25-
--sha256: sha256-Tc0SzZeJtkhLr7Fi99RPXBpaW/74/wfUqnfz9E7TJKg=
25+
--sha256: sha256-BXYLDqKdgRe/Spq81B4t4KbYRDJ//BZbHOAp4XF0IqQ=
2626

2727
repository ghcjs-overlay
2828
url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b

test/gi-gtk/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ in recurseIntoAttrs rec {
2727
# Cross compilation to aarch64 is also broken
2828
|| stdenv.hostPlatform.isAarch64 && !stdenv.buildPlatform.isAarch64
2929
# glu is marked ase broken for isAndroid
30-
|| stdenv.hostPlatform.isAndroid;
30+
|| stdenv.hostPlatform.isAndroid
31+
# Skip until we update haskell.nix to Cabal 3.16
32+
|| builtins.elem compiler-nix-name ["ghc91320251028"];
3133

3234
ifdInputs = {
3335
inherit (project) plan-nix;

0 commit comments

Comments
 (0)