haskell-hvr / uuid

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

bump time upper bound to <1.13 #70

Closed mitchellwrosen closed 2 years ago

mitchellwrosen commented 2 years ago

Fixes #67

ysangkok commented 2 years ago

@phadej What is blocking the merging of this? Seems to work, tested with

cabal test -w ghc-9.4.1 --constraint='time>=1.12' --enable-tests

executed in the uuid directory.

phadej commented 2 years ago

Done as part of https://github.com/haskell-hvr/uuid/pull/72