generated from coulomb/repo-seed
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
Previous attempt (stubs + direct imports) broke qualified constructor references like Generated.ActualTypes.WidgetVersion in Include files — removing the hub from scope invalidated all qualified names through it. New approach: rewrite Generated.ActualTypes.hs in postUnpack to replace the `module M` export list with explicit T(..) re-exports. Explicit re-exports store only name references in the .hi file (compact), while `module M` embeds the full sub-interface (~287 MB for 61 modules). Hub stays functional — consumers still qualify via Generated.ActualTypes. Also deduplicate with sort -u in case PrimaryKeys and entity files both declare the same ID type. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 KiB
13 KiB