From d888f48e97025343b8448fa7f44036725c91b451 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 11 Sep 2014 11:29:21 +0300 Subject: [PATCH] Copy additional build artifacts into stackage.org tarballs --- Stackage/ServerFiles.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stackage/ServerFiles.hs b/Stackage/ServerFiles.hs index 7b8a04e2..32663f5c 100644 --- a/Stackage/ServerFiles.hs +++ b/Stackage/ServerFiles.hs @@ -35,7 +35,7 @@ createHackageFile isInc hp ii ghcVer date hackageH tarballH = do , ".stackage" ] hPutStr tarballH $ concat - [ "#!/bin/bash -ex\n\ntar czfv " + [ "#!/bin/bash -ex\n\ncp ../build* .\ntar czfv " , stackageFP , " hackage desc" ]