diff options
| author | Ben Sima <ben@bsima.me> | 2025-11-14 14:23:24 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2025-11-14 14:23:24 -0500 |
| commit | cecba69ff814626cdfeba0a9a88c7ad61e35d7ca (patch) | |
| tree | 158989b944a3c5ff3b20000298027a57383e5546 /Omni/Bild.hs | |
| parent | 0ac4c89ccef75b5c66b5de8a005c35bc6b30fdb7 (diff) | |
Add ansi-terminal dep and Omni/Log/Concurrent to Bild.nix
- Add ansi-terminal to ghcPackageSetBild dependencies - Add
Omni/Log/Concurrent.hs to source fileset - Fix unused mLineNum warning
in buildTarget - Alphabetize deps list (hostname moved up)
Parallel builds now fully functional with proper Nix dependencies.
Diffstat (limited to 'Omni/Bild.hs')
| -rwxr-xr-x | Omni/Bild.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Omni/Bild.hs b/Omni/Bild.hs index e1aaced..1b08f17 100755 --- a/Omni/Bild.hs +++ b/Omni/Bild.hs @@ -961,7 +961,7 @@ build andTest loud jobs cpus analysis = do where buildTarget :: LogC.LineManager -> FilePath -> Target -> IO (Exit.ExitCode, ByteString) buildTarget lineMgr root target@Target {..} = do - mLineNum <- LogC.reserveLine lineMgr namespace + _ <- LogC.reserveLine lineMgr namespace result <- case compiler of CPython -> case out of Just _ -> |
