[commit: ghc] wip/nfs-locking: Fix the list of Hadrian arguments (4b42da3)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 01:29:26 UTC 2017


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

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

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

commit 4b42da3ca484718708b157889bd0780b3076f4b0
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Thu Oct 12 23:29:00 2017 +0100

    Fix the list of Hadrian arguments
    
    See #435


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

4b42da3ca484718708b157889bd0780b3076f4b0
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index 5d1c2c2..6c2c038 100755
--- a/build.sh
+++ b/build.sh
@@ -47,7 +47,7 @@ if [ "${CABVER[0]}" -eq 2 -o "${CABVER[0]}" -eq 1 -a "${CABVER[1]}" -ge 24 ]; th
     # let's use the superior 'cabal new-build' mode
 
     "$CABAL" new-build --disable-profiling --disable-documentation -j exe:hadrian
-    "$CABAL" new-run -- hadrian        \
+    "$CABAL" new-run hadrian --        \
         --lint                         \
         --directory "$absoluteRoot/.." \
         "$@"



More information about the ghc-commits mailing list