[commit: hadrian] master: Fix path to GHC (1174b31)
git at git.haskell.org
git at git.haskell.org
Wed Apr 25 23:21:08 UTC 2018
Repository : ssh://git@git.haskell.org/hadrian
On branch : master
Link : http://git.haskell.org/hadrian.git/commitdiff/1174b31551fb954cb5568a34170a5ebcc5b9d292
>---------------------------------------------------------------
commit 1174b31551fb954cb5568a34170a5ebcc5b9d292
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Tue Apr 17 20:32:56 2018 +0100
Fix path to GHC
See #541
>---------------------------------------------------------------
1174b31551fb954cb5568a34170a5ebcc5b9d292
circle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/circle.yml b/circle.yml
index 67b287d..10b9094 100644
--- a/circle.yml
+++ b/circle.yml
@@ -43,4 +43,4 @@ compile:
test:
override:
# Test GHC binary
- - _build/stage1/bin/ghc -e 1+2
+ - ghc/_build/stage1/bin/ghc -e 1+2
More information about the ghc-commits
mailing list