Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Out-of-date dependencies #2

Closed
RyanGlScott opened this issue May 18, 2016 · 1 comment
Closed

Out-of-date dependencies #2

RyanGlScott opened this issue May 18, 2016 · 1 comment

Comments

@RyanGlScott
Copy link

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 as cases and ttrie.

See also iu-parfunc/sc-haskell#7

@nikita-volkov
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants