From f0e5894c625a726b5364365298f144e862b23676 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 4 Apr 2020 21:06:38 -0700 Subject: Remove some empty space --- biz.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'biz.nix') diff --git a/biz.nix b/biz.nix index 576d3c4..6dc10d3 100644 --- a/biz.nix +++ b/biz.nix @@ -43,11 +43,8 @@ in { nativeBuildInputs = [ ghc ]; strictDeps = true; buildPhase = '' - # mkdir -p $out/{bin,static} ${baseNameOf relpath} - # # compile with ghc - # ${ghc}/bin/ghc -Werror -i. \ --make ${main} \ -main-is ${module} \ @@ -76,18 +73,13 @@ in { nativeBuildInputs = [ ghcjs ]; strictDeps = true; buildPhase = '' - # mkdir -p $out/{bin,static} ${baseNameOf relpath} - # # compile with ghcjs - # ${ghcjs}/bin/ghcjs -Werror -i. \ --make ${main} \ -main-is ${module} \ -o ${exe} - # # optimize js output - # ${pkgs.closurecompiler}/bin/closure-compiler \ ${exe}.jsexe/all.js > $out/static/${exe} ''; -- cgit v1.2.3