summaryrefslogtreecommitdiff
path: root/Com/Simatime
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-11-02 17:13:12 -0700
committerBen Sima <ben@bsima.me>2019-11-02 17:13:12 -0700
commitf43e2e3a80a315538c7daffb9de51c6476c0cd86 (patch)
tree3e2d9849699109abfd04f29dc7ddccd35d2218f6 /Com/Simatime
parented4e214d481f67f796014aa80731b6d273618b6c (diff)
fix ghc output path
Diffstat (limited to 'Com/Simatime')
-rw-r--r--Com/Simatime/buildHaskellApp.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/Com/Simatime/buildHaskellApp.nix b/Com/Simatime/buildHaskellApp.nix
index 7f67622..7542739 100644
--- a/Com/Simatime/buildHaskellApp.nix
+++ b/Com/Simatime/buildHaskellApp.nix
@@ -66,7 +66,7 @@ in {
# compile with ghc
#
${ghc}/bin/ghc -i. --make ${apexPath}.hs -main-is ${apex} \
- -o ${apexPath}
+ -o $out/bin/${nick}
#
# compile with ghcjs
#