haskell-infra / hackage-trustees

Issue tracker for Hackage maintainance and trustee operations
https://hackage.haskell.org/packages/trustees/
42 stars 7 forks source link

haskeline: Needs a bounds upper bounds fix #405

Open erikd opened 1 month ago

erikd commented 1 month ago

Have raised a PR: https://github.com/judah/haskeline/pull/188

Have emailed the maintainer.

phadej commented 1 month ago

haskeline is bundled with GHC. ping @bgamari

erikd commented 1 month ago

I was using an SRP for haskeline:

source-repository-package
  type: git
  location: https://github.com/erikd/haskeline
  tag: 6758c914603b072aba26d2bc6ed59d0919fbd516

But now that is no longer necessary. The package on Hackage has not changed, there is no allow-newer stanza mentioning haskeline, it is still being used in my project, the GHC has not changed, but everything compiles fine.

I am confused.

hsenag commented 1 month ago

@erikd I just double-checked and I definitely still need allow-newer: haskeline:base to get a build plan.