haskell-time-compat: the test suite has transient errors on ghc-8.6.5

This commit is contained in:
Peter Simons 2021-03-05 21:15:53 +01:00
parent 379605e7b7
commit 7a0c9c110f

View file

@ -102,4 +102,8 @@ self: super: {
vector = dontCheck super.vector;
mmorph = super.mmorph_1_1_3;
# https://github.com/haskellari/time-compat/issues/23
time-compat = dontCheck super.time-compat;
}