Skip to content

Commit

Permalink
Build and install ghc-compact
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Feb 13, 2025
1 parent 4a04f48 commit 2004ddd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -644,6 +644,7 @@ buildBootLibraries cabal ghc ghcpkg derive_constants genapply genprimop opts dst
, " " ++ src </> "libraries/base"
, " " ++ src </> "libraries/ghc"
, " " ++ src </> "libraries/ghc-platform/"
, " " ++ src </> "libraries/ghc-compact/"
, " " ++ src </> "libraries/ghc-bignum/"
, " " ++ src </> "libraries/integer-gmp/"
, " " ++ src </> "libraries/ghc-boot/"
Expand Down Expand Up @@ -738,6 +739,7 @@ buildBootLibraries cabal ghc ghcpkg derive_constants genapply genprimop opts dst
, "rts"
, "ghc-internal"
, "ghc-experimental"
, "ghc-compact"
, "base"
, "stm"
, "system-cxx-std-lib"
Expand Down

0 comments on commit 2004ddd

Please sign in to comment.