[commit: ghc] wip/nfs-locking: build.cabal.sh: Use CABAL variable (fd48c37)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 00:20:13 UTC 2017


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

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

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

commit fd48c372feb33e9c58c19c04929f9c63492c3b4d
Author: Kai Harries <kai.harries at gmail.com>
Date:   Sun Jul 24 12:15:55 2016 +0200

    build.cabal.sh: Use CABAL variable


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

fd48c372feb33e9c58c19c04929f9c63492c3b4d
 build.cabal.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.cabal.sh b/build.cabal.sh
index be2a117..3b6bef5 100755
--- a/build.cabal.sh
+++ b/build.cabal.sh
@@ -63,7 +63,7 @@ else
         "$CABAL" sandbox init
         ( cd ../libraries/Cabal/Cabal
           ln -s "$absoluteRoot/cabal.sandbox.config" cabal.sandbox.config
-          cabal install
+          "$CABAL" install
           rm cabal.sandbox.config
         )
         "$CABAL" install                \



More information about the ghc-commits mailing list