haskell / deepseq

Deep evaluation of data structures
http://hackage.haskell.org/package/deepseq
Other
41 stars 28 forks source link

Add instances for the indexed TypeRep (+ Module) #83

Closed goldfirere closed 2 years ago

goldfirere commented 2 years ago

Fixes #82, along with a bonus instance.

mixphix commented 2 years ago

This fails on 8.0.2, presumably because that module didn't exist on that GHC version. I'm hesitant to drop support just for this patch, is there a way around it?

goldfirere commented 2 years ago

Is some CPP allowed?

mixphix commented 2 years ago

I don't see why not; there's plenty of workarounds already.

mixphix commented 2 years ago

I implemented these changes in 8215dcb, and fixed the failing CI for 8.0.2.