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 GHC-9.6 #74

Closed ysangkok closed 1 year ago

ysangkok commented 1 year ago

Compiling yields:

[__1] trying: uuid-1.3.15 (dependency of amazonka)
[__2] trying: uuid-types-1.0.5 (dependency of uuid)
[__3] next goal: template-haskell (dependency of uuid-types)
[__3] rejecting: template-haskell-2.20.0.0/installed-2.20.0.0 (conflict:
uuid-types => template-haskell>=2.7.0.0 && <2.20)

Allow-newer seems to work, so a revision would be sufficient.

phadej commented 1 year ago

uuid-types is done in https://github.com/haskell-hvr/uuid/pull/75

The uuid will take some time, but it will resolve by itself when dependencies catch up

If you can, migrate to use just uuid-types.