[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: Refresh sandbox (b6fe1f0)
git at git.haskell.org
git at git.haskell.org
Tue May 3 22:43:00 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/b6fe1f02c6e93194b4aa00edaed9601f6cb77204
>---------------------------------------------------------------
commit b6fe1f02c6e93194b4aa00edaed9601f6cb77204
Author: Sean <burton.seanr at gmail.com>
Date: Thu Sep 24 22:28:19 2015 +0100
Refresh sandbox
>---------------------------------------------------------------
b6fe1f02c6e93194b4aa00edaed9601f6cb77204
.travis.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 7fcf2f4..e0bef82 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,8 @@ 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
More information about the ghc-commits
mailing list