Skip to content

Commit

Permalink
Try to add template-haskell and explain what's failing
Browse files Browse the repository at this point in the history
  • Loading branch information
hsyl20 committed Feb 3, 2025
1 parent 871d635 commit 83b45c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Build.hs
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,11 @@ buildBootLibraries cabal ghc ghcpkg derive_constants genapply genprimop opts dst
, "ghc-prim"
, "ghc-bignum"
, "integer-gmp"
-- , "template-haskell" -- FIXME: adding this fails because cabal runs
-- ghc for some reason, without having the rts built (obviously, we're
-- building it!), hence it crashes because ghc can't find
-- `ghcversion.h`... which is the in the rts package it hasn't built yet
-- ffs!
]

msg " - Building boot libraries..."
Expand Down

0 comments on commit 83b45c9

Please sign in to comment.