[commit: ghc] master: Fix CircleCI (66bc48c)
git at git.haskell.org
git at git.haskell.org
Tue Oct 23 20:16:18 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/66bc48cada640cd53ee09c9b9832859f153e231d/ghc
>---------------------------------------------------------------
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