Ava worktree build blocked: missing Control.Concurrent.MSem dependency

t-673·WorkTask·
·
·
Created1 month ago·Updated1 week ago·pipeline runs →

Dependencies

Description

Edit

Unexpected build failure in ava worktree while deploying ava:

  • bild Omni/Ava/Core.hs fails due missing module Control.Concurrent.MSem
  • Source: /home/ben/omni/ava/Control/Concurrent/Sema.hs
  • Error indicates Haskell package for this module is not present in Bild dependency whitelist.

Impact:

  • blocks deploying ava from ava worktree, which blocks final web/ava port cutover.

Timeline (9)

🔄[human]Open → InProgress1 month ago
💬[human]1 month ago

Fixed in ava worktree: added module deps in Control/Concurrent/Sema.hs (, ) so Control.Concurrent.MSem resolves during ava build.

🔄[human]InProgress → Review1 month ago
💬[human]1 month ago

Correction: added dep annotations in Control/Concurrent/Sema.hs: dep async and dep SafeSemaphore.

💬[human]1 week ago

Ava verified: implementation present in live tree (file/feature confirmed via inspection). Moving to Verified.

🔄[human]Review → Verified1 week ago