[commit: packages/bytestring] master,revert-46-patch-1,wip/nix-local-build: Force reinstalls; last ditch effort to get this working. (39d1e50)

git at git.haskell.org git at git.haskell.org
Tue May 3 22:43:02 UTC 2016


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

On branches: master,revert-46-patch-1,wip/nix-local-build
Link       : http://git.haskell.org/packages/bytestring.git/commitdiff/39d1e50a4045a5249f22054e87a922a136cafc78

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

commit 39d1e50a4045a5249f22054e87a922a136cafc78
Author: Sean <burton.seanr at gmail.com>
Date:   Thu Sep 24 22:36:11 2015 +0100

    Force reinstalls; last ditch effort to get this working.


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

39d1e50a4045a5249f22054e87a922a136cafc78
 .travis.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index e0bef82..f3294e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,11 +21,9 @@ before_install:
  - cabal --version
 
 install:
- - cabal sandbox delete
- - cabal sandbox init
  - travis_retry cabal update
  # can't use "cabal install --only-dependencies --enable-tests" due to dep-cycle
- - cabal install QuickCheck byteorder dlist mtl "deepseq >=1.3.0.2 && <1.4" test-framework-hunit test-framework-quickcheck2
+ - cabal install QuickCheck byteorder dlist mtl "deepseq >=1.3.0.2 && <1.4" test-framework-hunit test-framework-quickcheck2 --force-reinstalls
 
 script:
  - cabal configure --enable-tests -v2



More information about the ghc-commits mailing list