Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable "missing-kind-signatures" warning
This is a new warning in GHC, it wants us to write ``` type ToPairs :: * -> Constraint ``` in addition to ``` class ToPairs t where ``` I am not sure it's a good idea to require it everywhere, so for now I just disable this warning to let the existing code compile without warnings.
- Loading branch information