i-am-tom / holmes

A reference library for constraint-solving with propagators and CDCL.
https://hackage.haskell.org/package/holmes
MIT License
303 stars 14 forks source link

Change version bounds to fix nixpkgs build #15

Closed markus1189 closed 3 years ago

markus1189 commented 3 years ago

On the latest nixpkgs version, holmes fails to build, because it does not allow relude-0.7.*.* and base-4.14.1.0.

I bumped the bounds and checked locally that it builds + tests are green

i-am-tom commented 3 years ago

Lovely! Thanks very much :)

i-am-tom commented 3 years ago

@markus1189 you'll have to help me, I'm pretty ignorant here; do I need to do a new hackage release, or is this all you need?

markus1189 commented 3 years ago

@i-am-tom I would need a new release :) Was just coming here to say that, somehow I did not see your question :sweat_smile:

markus1189 commented 3 years ago

Friendly post christmas ping :) A new release would be great :smile:

i-am-tom commented 3 years ago

Hello! Awesome, I'll do that now :D

i-am-tom commented 3 years ago

@markus1189 New version (0.3.2.0) should be uploaded now - hopefully everything works 🤞 Thanks for the nudge! I'll leave this open just in case I've messed something up 😄

markus1189 commented 3 years ago

Awesome, thanks!