[commit: ghc] wip/nfs-locking: Drop commas (35d0909)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:26:13 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/35d09097edef38416909648fd04a50836d39e485/ghc
>---------------------------------------------------------------
commit 35d09097edef38416909648fd04a50836d39e485
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Jan 6 12:20:58 2016 +0800
Drop commas
>---------------------------------------------------------------
35d09097edef38416909648fd04a50836d39e485
.travis.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 09ed050..13a70d2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,10 +10,10 @@ env:
addons:
apt:
packages:
- - ghc-7.10.3,
- - alex-3.1.4,
- - happy-1.19.5,
- - cabal-install-1.22,
+ - ghc-7.10.3
+ - alex-3.1.4
+ - happy-1.19.5
+ - cabal-install-1.22
- zlib1g-dev
sources: hvr-ghc
More information about the ghc-commits
mailing list