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

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:16:43 UTC 2017


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

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

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

commit c3fc983e3fe68c4e2ae74aec45e9bf2d8fa0dcf1
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Feb 2 22:31:37 2016 +0000

    Drop exe extension.


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

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

diff --git a/.travis.yml b/.travis.yml
index 4642d70..d7e58c3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ matrix:
               - cabal update
 
         - os: osx
-          env: TARGET=utils/ghc-pkg/stage1/build/tmp/ghc-pkg.exe
+          env: TARGET=utils/ghc-pkg/stage1/build/tmp/ghc-pkg
           before_install:
               - brew update
               - brew install ghc cabal-install



More information about the ghc-commits mailing list