[commit: ghc] wip/nfs-locking: Install python3 on CircleCI (81a6d1a)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:43:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/81a6d1a961ed6e0327f2f34e4955f8628729498a/ghc
>---------------------------------------------------------------
commit 81a6d1a961ed6e0327f2f34e4955f8628729498a
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Oct 5 11:15:17 2017 +0100
Install python3 on CircleCI
See #314
>---------------------------------------------------------------
81a6d1a961ed6e0327f2f34e4955f8628729498a
circle.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/circle.yml b/circle.yml
index 592b9f4..93cf47f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -7,7 +7,7 @@ machine:
dependencies:
override:
- brew update
- - brew install ghc cabal-install python
+ - brew install ghc cabal-install python3
- cabal update
- cabal install alex happy ansi-terminal mtl shake quickcheck
cache_directories:
More information about the ghc-commits
mailing list