Skip to content

Commit

Permalink
fixign issue: Statistics.Quantile.weightedAvg: Sample is empty
Browse files Browse the repository at this point in the history
- using `cabal sandbox add-source criterion` to
- get the fix from master branch
- see haskell/criterion#161
- should be removed after the new criterion release
  • Loading branch information
kapralVV committed Jan 31, 2018
1 parent f810bdc commit 492aff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ matrix:
- ghc: "8.2"
env: CACHE_NAME=CACHE8.2

install : cabal sandbox init && cabal install --only-dependencies --enable-tests --enable-bench --disable-documentation
install : cabal sandbox init && git clone https://github.com/bos/criterion.git && cabal add-source criterion && cabal install --only-dependencies --enable-tests --enable-bench --disable-documentation
script: cabal configure --enable-tests && cabal test --show-details=always && cabal bench

0 comments on commit 492aff7

Please sign in to comment.