haskell-github-trust / thyme

A faster date and time library based on time
BSD 3-Clause "New" or "Revised" License
46 stars 33 forks source link

Conditionally use quickcheck. #68

Open dsturnbull opened 5 years ago

dsturnbull commented 5 years ago

Arbitraries used in property tests are built in the library. But to avoid depending on quickcheck outside of the test context, we have to conditionally exclude this code.