diff --git a/test/cabal.project.local b/test/cabal.project.local index e019c8d89c..59c077bf3c 100644 --- a/test/cabal.project.local +++ b/test/cabal.project.local @@ -24,7 +24,7 @@ repository head.hackage.ghc.haskell.org f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d - --sha256: sha256-PnyK0Blh/KqyYrAudlcuvz5bLq83yU3ZArQw2I1emSs= + --sha256: sha256-EQKpiiwoIXiM7r+bGYvQzB4vWANqO6PJaSUlt1NUIeI= repository ghcjs-overlay url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b diff --git a/test/js-template-haskell/default.nix b/test/js-template-haskell/default.nix index 423ed3dd40..c5663e8ad4 100644 --- a/test/js-template-haskell/default.nix +++ b/test/js-template-haskell/default.nix @@ -23,7 +23,8 @@ in recurseIntoAttrs { inherit (project) plan-nix; }; - meta.disabled = stdenv.buildPlatform != stdenv.hostPlatform && stdenv.hostPlatform.isAarch64; + meta.disabled = stdenv.buildPlatform != stdenv.hostPlatform && stdenv.hostPlatform.isAarch64 + || builtins.elem compiler-nix-name ["ghc91320241204"]; build = packages.js-template-haskell.components.library; check = packages.js-template-haskell.checks.test; diff --git a/test/th-dlls/default.nix b/test/th-dlls/default.nix index bff7ac2900..be63435522 100644 --- a/test/th-dlls/default.nix +++ b/test/th-dlls/default.nix @@ -28,7 +28,7 @@ in recurseIntoAttrs { || (compiler-nix-name == "ghc8107" && stdenv.hostPlatform.isWindows) # We need to update GHC HEAD to get a version of ghc-internal compatible # with th-lift from head.hackage. - || builtins.elem compiler-nix-name [ "ghc91220241014" "ghc91320241101" ] + || builtins.elem compiler-nix-name [ "ghc91320241204" ] ; ifdInputs = {