brendanhay/semver

Publish to Hackage/Stackage with basic Constraint support

Closed this issue · 2 comments

I'd like to get the most recent changes I made to add constraint support into hackage/stackage. What needs to be done to get this to happen?

Bump.

Also, If you don't have the bandwidth/interest to maintain this package, I'd be interested in taking it over. Our product makes extensive use of semver/ranges and I think we can allocate time to it.

Thanks, I've added you as a collaborater so feel free to go ham.

Version 0.4.0.1 has been released to Hackage, apologies for the delay.

There were some build failures on Hackage CI regarding <> implicit imports in the .Constraints module -with 0.4.0, hence the patch level bump.

  • 0.4.0 has a metadata revision so it'll only build on GHC >= 8.2.*
  • 0.4.0.1 has a metadata revision so it'll only build on GHC >= 7.6.*