generated from coulomb/repo-seed
5b144b6b96c9b2d884ff666c6758f11fbbe6f53e
Some checks failed
Build and Deploy / build-push-deploy (push) Has been cancelled
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>
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%