purescript / purescript-contravariant

Contravariant functors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No instance found for Prelude.Semigroup (a6536 -> a6536 -> Prelude.Ordering)

alexbiehl opened this issue · comments

Hi,

I am using purescript-contravariant with psc version 0.6.8 and it gives me:

Error at bower_components/purescript-contravariant/src/Data/Comparison.purs line 16, column 1 - line 19, column 1:
Error in declaration semigroupComparison
No instance found for Prelude.Semigroup (a6536 -> a6536 -> Prelude.Ordering)

Ah, the Semigroup instance for Ordering was added to the Prelude in psc 0.6.9.

Oh dang, must have miss that! Thank you!

I think we missed it from the psc release notes actually, I'll update them now.