File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repository head.hackage.ghc.haskell.org
2424 f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
2525 26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
2626 7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
27- --sha256: sha256-PnyK0Blh/KqyYrAudlcuvz5bLq83yU3ZArQw2I1emSs =
27+ --sha256: sha256-EQKpiiwoIXiM7r+bGYvQzB4vWANqO6PJaSUlt1NUIeI =
2828
2929repository ghcjs-overlay
3030 url: https://raw.githubusercontent.com/input-output-hk/hackage-overlay-ghcjs/ffb32dce467b9a4d27be759fdd2740a6edd09d0b
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ in recurseIntoAttrs {
2323 inherit ( project ) plan-nix ;
2424 } ;
2525
26- meta . disabled = stdenv . buildPlatform != stdenv . hostPlatform && stdenv . hostPlatform . isAarch64 ;
26+ meta . disabled = stdenv . buildPlatform != stdenv . hostPlatform && stdenv . hostPlatform . isAarch64
27+ || builtins . elem compiler-nix-name [ "ghc91320241204" ] ;
2728
2829 build = packages . js-template-haskell . components . library ;
2930 check = packages . js-template-haskell . checks . test ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ in recurseIntoAttrs {
2828 || ( compiler-nix-name == "ghc8107" && stdenv . hostPlatform . isWindows )
2929 # We need to update GHC HEAD to get a version of ghc-internal compatible
3030 # with th-lift from head.hackage.
31- || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241101 " ]
31+ || builtins . elem compiler-nix-name [ "ghc91320241204 " ]
3232 ;
3333
3434 ifdInputs = {
You can’t perform that action at this time.
0 commit comments