tegwick 1bdbce96e6
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
fix(build): rewrite ActualTypes hub with explicit T(..) re-exports
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>
2026-05-01 23:04:57 +02:00
2026-03-26 23:43:55 +00:00
2026-03-26 23:43:55 +00:00

repo-seed

A git repository template to bootstrap coulomb projects from.

Description
Integrated Haskell Plattform based AI factory core framework
Readme MIT-0 3.5 MiB
Languages
Haskell 84.9%
PLpgSQL 5.7%
CSS 3.1%
Nix 1.8%
Python 1.5%
Other 3%