You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Sanity check. If the rtsWayUnitId is not in the database, then we have a
@@ -1648,6 +1652,7 @@ mkUnitState logger dflags cfg = do
1648
1652
, nest 2$ vcat
1649
1653
[ text "pkgs1_count ="<+> ppr (length pkgs1)
1650
1654
, text "Opt_NoRts ="<+> ppr (gopt Opt_NoRts dflags)
1655
+
, text "Opt_NoGhcInternal ="<+> ppr (gopt Opt_NoGhcInternal dflags)
1651
1656
, text "ghcLink ="<+> text (show (ghcLink dflags))
1652
1657
, text "platform ="<+> text (show (targetPlatform dflags))
1653
1658
, text "rtsWayUnitId="<+> ppr (rtsWayUnitId dflags)
@@ -1664,7 +1669,9 @@ mkUnitState logger dflags cfg = do
1664
1669
<> text " Please check your installation."
1665
1670
<> text " If this target doesn't need the RTS (e.g. building a shared library), you can add -no-rts to the relevant package's ghc-options in cabal.project to bypass this check."
0 commit comments