haskell-hvr / cassava

A CSV parsing and encoding library optimized for ease of use and high performance
http://hackage.haskell.org/package/cassava
BSD 3-Clause "New" or "Revised" License
222 stars 105 forks source link

Allow semigroups-0.19, hashable-1.3; require QC-2.13 #171

Closed phadej closed 5 years ago

phadej commented 5 years ago

I won't do a revision, as there seems to be 0.5.2.0 to be released. For that reason I also jump from QuickCheck ==2.10.* to QuickCheck ==2.13.*

hvr commented 5 years ago

Does this take into account #172 ?

phadej commented 5 years ago

Does this take into account #172 ?

-    build-depends: fail == 4.9.*, semigroups == 0.18.*
+    build-depends: fail == 4.9.*, semigroups >= 0.18 && <0.20

No. Yes