[commit: packages/filepath] master: Use the correct stack command (b65c2e4)

git at git.haskell.org git at git.haskell.org
Mon Dec 28 20:39:24 UTC 2015


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/b65c2e4b948bad139f01c2c6876f8585c1a131cb

>---------------------------------------------------------------

commit b65c2e4b948bad139f01c2c6876f8585c1a131cb
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Tue Oct 27 06:40:25 2015 +0000

    Use the correct stack command


>---------------------------------------------------------------

b65c2e4b948bad139f01c2c6876f8585c1a131cb
 appveyor.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index fdc2a3d..79b35ca 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -16,4 +16,4 @@ test_script:
 - stack init
 - stack setup > nul
 - echo "" | stack --no-terminal build
-- stack runhaskell Generate.hs
+- stack runghc Generate.hs



More information about the ghc-commits mailing list