Fix benchmarks

This commit is contained in:
Victor Denisov 2018-02-11 16:12:08 -08:00
parent 7f9eb13356
commit 5f280ec94f
2 changed files with 3 additions and 2 deletions

View file

@ -56,10 +56,10 @@ install:
# Install the combined dependencies for this package and all other packages
# needed to reduce conflicts.
- cabal sandbox init
- cabal install --only-dependencies --enable-tests
- cabal install --only-dependencies --enable-tests --enable-benchmarks
script:
- cabal configure --enable-tests -v2
- cabal configure --enable-tests -v2 --enable-benchmarks
- cabal build
# cabal test fails due a to hpc error. Using run-cabal-test instead.
# - cabal test --show-details=always

View file

@ -98,6 +98,7 @@ Benchmark bench
, base16-bytestring
, binary -any
, bson >= 0.3 && < 0.4
, data-default-class -any
, text
, bytestring -any
, containers -any