[commit: packages/binary] master: [travis-ci] Reflect bytestring >= 0.10.4 change in cabal file. (bc74e4a)

git at git.haskell.org git at git.haskell.org
Sun Feb 26 20:35:44 UTC 2017


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

On branch  : master
Link       : http://git.haskell.org/packages/binary.git/commitdiff/bc74e4a2a85a9dd266382b404a01f7e9b6e29bf1

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

commit bc74e4a2a85a9dd266382b404a01f7e9b6e29bf1
Author: Lennart Kolmodin <kolmodin at gmail.com>
Date:   Wed Feb 15 21:18:41 2017 +0100

    [travis-ci] Reflect bytestring >= 0.10.4 change in cabal file.


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

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

diff --git a/.travis.yml b/.travis.yml
index 703cd36..ec9d195 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -33,7 +33,7 @@ install:
  - cabal sandbox init
 # can't use "cabal install --only-dependencies --enable-tests --enable-benchmarks" due to dep-cycle.
 # must split in two separate 'cabal install's since cabal doesn't update the cabal library before it's needed in 'cabal-version' constraints.
- - cabal install "bytestring >= 0.10.2" 'Cabal == 1.24.*' -j
+ - cabal install "bytestring >= 0.10.4" 'Cabal == 1.24.*' -j
  - cabal install criterion deepseq mtl "QuickCheck >= 2.8" HUnit "test-framework-quickcheck2 >= 0.3" "random >= 1.0.1.0" attoparsec cereal tar zlib -j
 
 script:



More information about the ghc-commits mailing list