You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know. However updating to the latest version of criterion won't quite be just about updating the dependency boundaries. It'll take time, which I simply don't have for this project right now. I'll gladly accept a PR though.
Concerning Stackage, fixing the benchmark deps is not required to list the packages there. E.g., the "cases" package, which you've mentioned is listed. All that's needed is to disable the benchmarks in the Stackage listing configuration.
criterion-plus
has too restrictive upper bounds on many of its dependencies, including (but possibly not limited to):criterion
optparse-applicative
string-conversions
vector
This prevents many packages, whose benchmarks depend on
criterion-plus
, from being listed on Stackage, such ascases
andttrie
.See also iu-parfunc/sc-haskell#7
The text was updated successfully, but these errors were encountered: