haskell-hvr / uuid

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

Currently marked as unbuildable in Stackage #38

Closed ocramz closed 6 years ago

ocramz commented 6 years ago

https://github.com/fpco/stackage/blob/master/build-constraints.yaml#L493

DanBurton commented 6 years ago

This is basically a dupe of #34.

Here's a permalink that points to the correct location:

https://github.com/fpco/stackage/blob/ac4d4ff24e4b5e61982ae6b54852f3c8407dde90/build-constraints.yaml#L498

I updated the comment to reflect that this is because of uuid's incompatibility with entropy-0.4.*. There used to be other reasons as well, but they have been resolved, and I believe this is the only one left.

hvr commented 6 years ago

Duplicate of #34