[commit: ghc] wip/nfs-locking: Drop exe extension. (ef6ddf9)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:05:19 UTC 2017


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

On branch  : wip/nfs-locking
Link       : http://ghc.haskell.org/trac/ghc/changeset/ef6ddf94b8cd9d3ca0f3054dc163d04996838839/ghc

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

commit ef6ddf94b8cd9d3ca0f3054dc163d04996838839
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Sat Jan 9 20:38:42 2016 +0000

    Drop exe extension.


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

ef6ddf94b8cd9d3ca0f3054dc163d04996838839
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3c5f522..dd3bd12 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
               - cabal update
 
         - os: osx
-          env: TARGET=inplace/bin/ghc-stage1.exe
+          env: TARGET=inplace/bin/ghc-stage1
           before_install:
               - brew update
               - brew install ghc cabal-install



More information about the ghc-commits mailing list