build icon indicating copy to clipboard operation
build copied to clipboard

Make a revision on hackage

Open poscat0x04 opened this issue 4 years ago • 3 comments

Hi, the version bounds on Hackage are out-of-date. Could you please make a revision?

poscat0x04 avatar Jan 22 '21 04:01 poscat0x04

@poscat0x04 Hi there! Could you please be more specific? Which bounds need changing?

snowleopard avatar Jan 23 '21 23:01 snowleopard

(It may be easier to just make a PR with the required changes, in which case I'll be happy to review.)

snowleopard avatar Jan 23 '21 23:01 snowleopard

It's rejecting containers >=6 for me.

[__1] trying: containers-0.6.5.1/installed-0.6.5.1 (dependency of workflow-hs)
[__2] next goal: build (dependency of workflow-hs)
[__2] rejecting: build-1.0 (conflict: containers==0.6.5.1/installed-0.6.5.1,
build => containers>=0.5.7.1 && <0.6)
[__2] rejecting: build-0.0.1.1 (conflict: workflow-hs => build>=1)
[__2] skipping: build-0.0.1 (has the same characteristics that caused the
previous version to fail: excluded by constraint '>=1' from 'workflow-hs')
[__2] fail (backjumping, conflict set: build, containers, workflow-hs)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: containers, build, base, workflow-hs
Try running with --minimize-conflict-set to improve the error message.

seanhess avatar Aug 21 '23 22:08 seanhess