Skip to content

Commit c12adc1

Browse files
committed
fix: add missing ghc-platform to cabal.project.stage1
ghc-boot depends on ghc-platform, so it must be included in the stage1 build. This was incorrectly removed during rebase conflict resolution.
1 parent a78ed79 commit c12adc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cabal.project.stage1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ packages:
2020
-- Internal libraries
2121
libraries/ghc-boot
2222
libraries/ghc-boot-th-next
23+
libraries/ghc-platform
2324
libraries/libffi-clib
2425

2526
-- Internal tools

0 commit comments

Comments
 (0)