generated from coulomb/repo-seed
1bdbce96e63bbb20e4bb38ba813b9d83989f0a3b
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>
repo-seed
A git repository template to bootstrap coulomb projects from.
Languages
Haskell
84.9%
PLpgSQL
5.7%
CSS
3.1%
Nix
1.8%
Python
1.5%
Other
3%