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
24
24
f76d08be13e9a61a377a85e2fb63f4c5435d40f8feb3e12eb05905edb8cdea89
25
25
26021a13b401500c8eb2761ca95c61f2d625bfef951b939a8124ed12ecf07329
26
26
7541f32a4ccca4f97aea3b22f5e593ba2c0267546016b992dfadcd2fe944e55d
27
- --sha256: sha256-PnyK0Blh/KqyYrAudlcuvz5bLq83yU3ZArQw2I1emSs =
27
+ --sha256: sha256-EQKpiiwoIXiM7r+bGYvQzB4vWANqO6PJaSUlt1NUIeI =
28
28
29
29
repository ghcjs-overlay
30
30
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 {
23
23
inherit ( project ) plan-nix ;
24
24
} ;
25
25
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" ] ;
27
28
28
29
build = packages . js-template-haskell . components . library ;
29
30
check = packages . js-template-haskell . checks . test ;
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ in recurseIntoAttrs {
28
28
|| ( compiler-nix-name == "ghc8107" && stdenv . hostPlatform . isWindows )
29
29
# We need to update GHC HEAD to get a version of ghc-internal compatible
30
30
# with th-lift from head.hackage.
31
- || builtins . elem compiler-nix-name [ "ghc91220241014" "ghc91320241101 " ]
31
+ || builtins . elem compiler-nix-name [ "ghc91320241204 " ]
32
32
;
33
33
34
34
ifdInputs = {
You can’t perform that action at this time.
0 commit comments