haskell-hvr / uuid

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

Allow bytestring-0.11 + hashable-1.3 #54

Closed Bodigrim closed 3 years ago

Bodigrim commented 3 years ago

Tested with

packages: uuid-types/
          uuid/

tests: True

constraints:
  bytestring >= 0.11

allow-newer:
  cryptohash-sha1:bytestring,
  cryptohash-md5:bytestring

hashable-1.3 has already been allowed by a Hackage revision, but not mirrored in the repo.

Bodigrim commented 3 years ago

@hvr ping

phadej commented 3 years ago

I relaxed bounds in #56, thanks anyway.