summaryrefslogtreecommitdiff
path: root/Omni
diff options
context:
space:
mode:
Diffstat (limited to 'Omni')
-rwxr-xr-xOmni/Bild.hs2
-rw-r--r--Omni/Bild.nix4
2 files changed, 4 insertions, 2 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 _ ->
diff --git a/Omni/Bild.nix b/Omni/Bild.nix
index a06805c..adacb97 100644
--- a/Omni/Bild.nix
+++ b/Omni/Bild.nix
@@ -68,6 +68,7 @@
ghcPackageSetBild = ghcWith (hpkgs:
with hpkgs; [
aeson
+ ansi-terminal
async
base
bytestring
@@ -77,6 +78,7 @@
directory
docopt
filepath
+ hostname
process
protolude
rainbow
@@ -86,7 +88,6 @@
tasty-hunit
tasty-quickcheck
text
- hostname
wai # can remove when removed from Omni.Log
]);
};
@@ -161,6 +162,7 @@
../Omni/Bild/Meta.hs
../Omni/Cli.hs
../Omni/Log.hs
+ ../Omni/Log/Concurrent.hs
../Omni/Namespace.hs
../Omni/Test.hs
];