haskell-hvr / uuid

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

Cannot compile test suite in LTS 8.x #28

Closed peti closed 3 years ago

peti commented 7 years ago

LTS 8.x has HUnit 1.5, but this package requires HUnit >=1.2 && <1.4. Would it be possible to extend support for later versions of HUnit?

clinty commented 7 years ago

This problem affects both uuid and uuid-types.

hvr commented 7 years ago

This will be addressed in the next release (or in the next .cabal revision, if it becomes necessary for the library components to perform a revision). There's likely going to be a new release next week or the one after it.

clinty commented 6 years ago

HUnit 1.6 is now relevant.

clinty commented 5 years ago

Also QuickCheck 2.12.6.1