system-f / validation

A data-type like Either but with an accumulating Applicative
Other
99 stars 28 forks source link

Compilation Error with lens-4.20 #43

Open recursion-ninja opened 3 years ago

recursion-ninja commented 3 years ago

The version lens-4.20 has been created (though not published) for compatibility with ghc-9.0-rc1. Among the changes with lens-4.20 is dropping the Swapped typeclass in exchange for the Swap class from the assoc package (see lens changelog).

This means that validation will not be compatible with ghc-9.0.