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
When I run the generator through the nix flake, it creates types like GHC.Internal.Maybe.Maybe GHC.Types.Float, but ghc-internal is not (and IMHO shouldn't be) a dependency of the generated package. So the generated package doesn't build.
When I run the generator through the nix flake, it creates types like
GHC.Internal.Maybe.Maybe GHC.Types.Float, butghc-internalis not (and IMHO shouldn't be) a dependency of the generated package. So the generated package doesn't build.