[commit: packages/bytestring] master, revert-46-patch-1, wip/nix-local-build: fix cabal bounds in .travis.yml (bb14f0b)

git at git.haskell.org git at git.haskell.org
Tue May 3 22:42:58 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/bb14f0bca21c9bd161488f03ca0da19b1f41af18

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

commit bb14f0bca21c9bd161488f03ca0da19b1f41af18
Author: Sean <burton.seanr at gmail.com>
Date:   Thu Sep 24 22:23:31 2015 +0100

    fix cabal bounds in .travis.yml


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

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

diff --git a/.travis.yml b/.travis.yml
index 1b738ab..7fcf2f4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -23,7 +23,7 @@ before_install:
 install:
  - travis_retry cabal update
  # can't use "cabal install --only-dependencies --enable-tests" due to dep-cycle
- - cabal install "QuickCheck >=2.4 && <2.7" "byteorder ==1.0.*" "dlist ==0.5.*" "mtl >=2.0 && <2.2" deepseq 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
 
 script:
  - cabal configure --enable-tests -v2



More information about the ghc-commits mailing list