snowleopard / build

Build Systems à la Carte
MIT License
242 stars 18 forks source link

Make a revision on hackage #22

Closed poscat0x04 closed 3 months ago

poscat0x04 commented 3 years ago

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

snowleopard commented 3 years ago

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

snowleopard commented 3 years ago

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

seanhess commented 1 year ago

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.
snowleopard commented 3 months ago

I've uploaded https://hackage.haskell.org/package/build-1.1. Please reopen if any bounds still need updating.