diff options
author | Ben Sima <ben@bsima.me> | 2019-11-02 17:13:12 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-11-02 17:13:12 -0700 |
commit | f43e2e3a80a315538c7daffb9de51c6476c0cd86 (patch) | |
tree | 3e2d9849699109abfd04f29dc7ddccd35d2218f6 /Com/Simatime | |
parent | ed4e214d481f67f796014aa80731b6d273618b6c (diff) |
fix ghc output path
Diffstat (limited to 'Com/Simatime')
-rw-r--r-- | Com/Simatime/buildHaskellApp.nix | 2 |
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 # |