[commit: ghc] wip/nfs-locking: Build with '--integer-simple' on Linux GHC 8.0.2 CI (67ae38d)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:24:17 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/67ae38d6586cf7f528b7b088a97421f76e029e0e/ghc
>---------------------------------------------------------------
commit 67ae38d6586cf7f528b7b088a97421f76e029e0e
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Thu Aug 17 22:06:32 2017 +0100
Build with '--integer-simple' on Linux GHC 8.0.2 CI
>---------------------------------------------------------------
67ae38d6586cf7f528b7b088a97421f76e029e0e
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index c23e92a..4fecbfc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ sudo: true
matrix:
include:
- os: linux
- env: MODE="--flavour=quickest"
+ env: MODE="--flavour=quickest --integer-simple"
compiler: "GHC 8.0.2"
addons:
apt:
More information about the ghc-commits
mailing list