Fix benchmarks
This commit is contained in:
parent
7f9eb13356
commit
5f280ec94f
2 changed files with 3 additions and 2 deletions
|
@ -56,10 +56,10 @@ install:
|
||||||
# Install the combined dependencies for this package and all other packages
|
# Install the combined dependencies for this package and all other packages
|
||||||
# needed to reduce conflicts.
|
# needed to reduce conflicts.
|
||||||
- cabal sandbox init
|
- cabal sandbox init
|
||||||
- cabal install --only-dependencies --enable-tests
|
- cabal install --only-dependencies --enable-tests --enable-benchmarks
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cabal configure --enable-tests -v2
|
- cabal configure --enable-tests -v2 --enable-benchmarks
|
||||||
- cabal build
|
- cabal build
|
||||||
# cabal test fails due a to hpc error. Using run-cabal-test instead.
|
# cabal test fails due a to hpc error. Using run-cabal-test instead.
|
||||||
# - cabal test --show-details=always
|
# - cabal test --show-details=always
|
||||||
|
|
|
@ -98,6 +98,7 @@ Benchmark bench
|
||||||
, base16-bytestring
|
, base16-bytestring
|
||||||
, binary -any
|
, binary -any
|
||||||
, bson >= 0.3 && < 0.4
|
, bson >= 0.3 && < 0.4
|
||||||
|
, data-default-class -any
|
||||||
, text
|
, text
|
||||||
, bytestring -any
|
, bytestring -any
|
||||||
, containers -any
|
, containers -any
|
||||||
|
|
Loading…
Reference in a new issue