[commit: hadrian] master: Fix CircleCI (66bc48c)

git at git.haskell.org git at git.haskell.org
Wed Apr 25 23:21:06 UTC 2018


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

On branch  : master
Link       : http://git.haskell.org/hadrian.git/commitdiff/66bc48cada640cd53ee09c9b9832859f153e231d

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

commit 66bc48cada640cd53ee09c9b9832859f153e231d
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date:   Tue Apr 17 19:48:16 2018 +0100

    Fix CircleCI


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

66bc48cada640cd53ee09c9b9832859f153e231d
 circle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle.yml b/circle.yml
index 66d5193..67b287d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -43,4 +43,4 @@ compile:
 test:
   override:
     # Test GHC binary
-    - ghc/inplace/bin/ghc-stage2 -e 1+2
+    - _build/stage1/bin/ghc -e 1+2



More information about the ghc-commits mailing list