From f43e2e3a80a315538c7daffb9de51c6476c0cd86 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 2 Nov 2019 17:13:12 -0700 Subject: fix ghc output path --- Com/Simatime/buildHaskellApp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Com/Simatime') 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 # -- cgit v1.2.3