Skip to content

Commit

Permalink
Possible fix for GHC/Platform/Host.hs missing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Mar 25, 2021
1 parent ae8a754 commit 28faa0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/makePackages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ mkdir -p "boot/pkg"

# copy packages by source distribution
for PKG in base array binary bytestring deepseq directory \
filepath ghc-boot ghc-heap ghc-compact \
filepath ghc-heap ghc-compact \
ghc-boot-th ghci integer-gmp integer-simple \
parallel pretty process stm template-haskell \
mtl parsec text time transformers unix; do
Expand All @@ -324,6 +324,7 @@ copy_patch_boot_package_sdist "containers" "containers/"

# packages for which source distribution does not work
copy_patch_boot_package_list "ghc-prim" "changelog.md cbits/ GHC/ ghc-prim.cabal LICENSE Setup.hs tests/"
copy_patch_boot_package_list "ghc-boot" "GHC/ ghc-prim.cabal LICENSE dist-install/build/GHC/"

# GHCJS packages
(
Expand Down

0 comments on commit 28faa0e

Please sign in to comment.