generated from coulomb/repo-seed
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
The inter-hub-lib postUnpack that expanded `import Generated.Types` to 119 individual imports was incorrect: it deleted `module Generated.Types` from Prelude export lists without replacing it, so consumers of the Prelude lost all entity types (Build 32: GHC-76037 not-in-scope errors). Fix: keep Generated.Types as a real module in inter-hub-models (remove the empty stub). With the ActualTypes.hi fix already in place (explicit T(..) exports), the cascade is shallow: each entity .hi is compact, so Generated.Types.hi stays well under GHC's 274 MB limit. This makes `import Generated.Types` work normally throughout inter-hub-lib without any source patching. The entire inter-hub-lib overrideAttrs block is removed; the inter-hub-models overlay now only rewrites ActualTypes.hs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 KiB
13 KiB