base: Enable TypeInType in Data.Type.Equality
Otherwise compilation fails with, libraries/base/Data/Type/Equality.hs:145:4: error: • Data constructor ‘HRefl’ constrains the choice of kind parameter: k2 ~ k2 Use TypeInType to allow this • In the definition of data constructor ‘HRefl’ In the data type declaration for ‘:~~:’ | 145 | HRefl :: a :~~: a | ^
Loading
Please register or sign in to comment