[commit: packages/unix] bgamari-patch-1, master, readdirstream-maybe-patch: Fix travis build (e66273e)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 22:04:14 UTC 2017


Repository : ssh://git@git.haskell.org/unix

On branches: bgamari-patch-1,master,readdirstream-maybe-patch
Link       : http://ghc.haskell.org/trac/ghc/changeset/e66273e9cf9a56504ab4ef007173750793e233ea/unix

>---------------------------------------------------------------

commit e66273e9cf9a56504ab4ef007173750793e233ea
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Tue Sep 6 19:54:36 2016 +1000

    Fix travis build


>---------------------------------------------------------------

e66273e9cf9a56504ab4ef007173750793e233ea
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index e676991..5a37f5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ install:
 
 script:
  - autoreconf -i
- - cabal configure -v2
+ - cabal configure
  - cabal build
  - cabal check || [ "$CABALVER" == "1.16" ]
  - cabal sdist



More information about the ghc-commits mailing list