[commit: libffi-tarballs] master: Use bgamari's fork for the moment (6f5a054)

git at git.haskell.org git at git.haskell.org
Fri Oct 20 02:43:58 UTC 2017


Repository : ssh://git@git.haskell.org/libffi-tarballs

On branch  : master
Link       : http://git.haskell.org/libffi-tarballs.git/commitdiff/6f5a05456900ec39092ffc5602ee9e4c94359f10

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

commit 6f5a05456900ec39092ffc5602ee9e4c94359f10
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Oct 2 09:47:32 2017 -0400

    Use bgamari's fork for the moment
    
    Due to https://github.com/libffi/libffi/pull/321


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

6f5a05456900ec39092ffc5602ee9e4c94359f10
 mk-snapshot.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mk-snapshot.sh b/mk-snapshot.sh
index 40d2a85..bd4b7d5 100755
--- a/mk-snapshot.sh
+++ b/mk-snapshot.sh
@@ -10,7 +10,7 @@ TMPD=$(mktemp -d)
 TDIR=$(pwd)
 
 # clone the repository (shallow is sufficient)
-git -C ${TMPD} clone --depth 1 https://github.com/libffi/libffi.git
+git -C ${TMPD} clone --depth 1 https://github.com/bgamari/libffi.git
 REPO="${TMPD}/libffi"
 
 # record the revision and create a copy of only the files



More information about the ghc-commits mailing list