
2 Sep
2016
2 Sep
'16
7:36 a.m.
Hi,
On 2 September 2016 at 06:04, David Feuer
Does anyone know how to interpret those entrails? Is this something that can be fixed?
I think you just need to install the benchmark suite deps manually, like you do for the test suite: https://github.com/haskell/containers/blob/master/.travis.yml#L31 Then you should be able to do 'configure --enable-benchmarks'. The problem is that criterion itself depends on containers, and the solver can't handle such circular deps currently: https://github.com/haskell/cabal/issues/1575