Skip to content

Commit

Permalink
Don't path 9.0.1
Browse files Browse the repository at this point in the history
rts/RtsSymbols.c:555:21: error:
     error: ‘allocateWrite’ undeclared here (not in a function)
      555 |       SymI_HasProto(allocateWrite)                                      \
          |                     ^~~~~~~~~~~~~
    |
555 |       SymI_HasProto(allocateWrite)                                      \
    |                     ^
  • Loading branch information
hamishmack committed Jun 8, 2021
1 parent fe69fdc commit 3492e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/bootstrap.nix
Expand Up @@ -163,7 +163,7 @@ in {
++ fromUntil "8.10.1" "9.0" ./patches/ghc/Cabal-unbreak-GHCJS.patch
++ until "8.10.5" ./patches/ghc/AC_PROG_CC_99.patch
++ fromUntil "9.0.1" "9.0.2" ./patches/ghc/AC_PROG_CC_99.patch
++ fromUntil "8.10.5" "9.0.2" ./patches/ghc/ghc-8.10.5-add-rts-exports.patch
++ fromUntil "8.10.5" "8.10.6" ./patches/ghc/ghc-8.10.5-add-rts-exports.patch
;
in ({
ghc844 = final.callPackage ../compiler/ghc {
Expand Down

0 comments on commit 3492e34

Please sign in to comment.