tegwick 5b144b6b96
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
fix(build): 8-way split + eliminate Generated.Types re-export hub
Root cause: any module re-exporting all 119 IHP entities produces a .hi
file ≥ 287 MB, crashing GHC 9.10.3 Data.Binary.Get at exactly position
287,686,318 — even after 4-way split (30 entities × 9.6 MB/entity = 287 MB).

Fix:
- 8-way split of Generated.Types (~15 entities each, ~144 MB .hi — safe)
- Generated.Types replaced with empty stub, removed from exposed-modules
  (any re-export hub for 119 entities → ~1.1 GB .hi → crash downstream)
- pname == "inter-hub-lib" postUnpack patches all 148 `import Generated.Types`
  lines to import Generated.TypesPart1 through TypesPart8 directly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-30 23:18:52 +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%