UnkindPartition / tasty

Modern and extensible testing framework for Haskell
637 stars 108 forks source link

Two IntMap-related improvements #390

Closed Bodigrim closed 10 months ago

Bodigrim commented 10 months ago

CC @martijnbastiaan for review

Bodigrim commented 10 months ago

@andreasabel good catch. I can put CPP of course, but I have no reason to keep compatibility with GHC < 8.6 (where 8.6 is only because of GHCJS). How do you feel about dropping earlier versions?

andreasabel commented 10 months ago

Thinking it over, I guess it is fine to go ahead with this PR as-is. Folks that insist on constraints: containers installed in their CI can drop GHC 8.0 from the testing phase there. For everyone else, this bump is not a problem.

VictorCMiraldo commented 10 months ago

FWIW, looks good to me too! :) Thank you for the improvements!