Skip to content

Commit

Permalink
More ghcjs fixes (still not working)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Jun 10, 2021
1 parent 04fc7f6 commit b016625
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions compiler/ghcjs/ghcjs810-src.json
@@ -1,6 +1,6 @@
{
"url": "https://github.com/ghcjs/ghcjs",
"rev": "ecb5954b98cdaeb3d4097401c9c3551e7a6f69ce",
"sha256": "09120brnd8n8psskq9f098n7wrlrbb2h7s703678a4gbl2xfglql",
"rev": "456209b7d01e553e262c26cb1c0c6c469f2a4a1a",
"sha256": "sha256-t+di91IhBwlqM0YsZkpSpadoxsZSwl2S9JvGcQtdJEs=",
"fetchSubmodules": true
}
1 change: 1 addition & 0 deletions lib/ghcjs-project.nix
Expand Up @@ -114,6 +114,7 @@ let
cp ${../overlays/patches/config.sub} ghc/libraries/integer-gmp/config.sub
cp ${../overlays/patches/config.sub} ghc/libraries/base/config.sub
cp ${../overlays/patches/config.sub} ghc/libraries/unix/config.sub
chmod +w ghc/libraries/integer-gmp/config.sub ghc/libraries/base/config.sub ghc/libraries/unix/config.sub
sed -i 's/_AC_PROG_CC_C99/AC_PROG_CC_C99/' ghc/aclocal.m4
Expand Down
2 changes: 1 addition & 1 deletion materialized/ghcjs8105/.plan.nix/ghcjs.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b016625

Please sign in to comment.