[commit: packages/time] wip/travis: force-reinstalls (f18e3c3)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:51:12 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branch : wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/f18e3c3bfe413a50ba66df1dcc08ca3fb0233a2e
>---------------------------------------------------------------
commit f18e3c3bfe413a50ba66df1dcc08ca3fb0233a2e
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu May 5 12:29:39 2016 +0200
force-reinstalls
>---------------------------------------------------------------
f18e3c3bfe413a50ba66df1dcc08ca3fb0233a2e
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 245ec22..53e6309 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ install:
script:
- if [ -f configure.ac ]; then autoreconf -i; fi
# worarkound cyclic deps within testsuite
- - cabal install . 'QuickCheck >= 2.5.1' 'test-framework >= 0.8' 'test-framework-quickcheck2'
+ - cabal install . 'QuickCheck >= 2.5.1' 'test-framework >= 0.8' 'test-framework-quickcheck2' --force-reinstalls
- cabal configure --enable-tests -v2 # -v2 provides useful information for debugging
- cabal build # this builds all libraries and executables (including tests/benchmarks)
- cabal test
More information about the ghc-commits
mailing list