haskell-hvr / uuid

A Haskell library for creating, printing and parsing UUIDs
http://hackage.haskell.org/package/uuid
61 stars 38 forks source link

Support building against entropy-0.4.* #34

Closed DanBurton closed 6 years ago

DanBurton commented 6 years ago

The uuid package is currently constrained to entropy < 0.4.

hvr commented 6 years ago

Thanks for the reminder; I'll look into this tomorrowin next couple days

juhp commented 6 years ago

@23Skidoo's PR LGTM - can it be merged?

Failing that could the entropy and time bounds be revised at least?

alexanderkjeldaas commented 6 years ago

I'm filing the opposite bug - entropy should be removed so this builds on GHCJS.

hvr commented 6 years ago

This was already resolved last week via uuid-1.3.13-r2. Unfortunately, it took me a bit longer than expected to perform the due diligence needed to allow the use of the new major API version of entropy; and in the mean time people could simply use --allow-newer=uuid-1.3.13:entropy (which can be easily added to your cabal.project config as well) to workaround this issue locally.