mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
haskell-time-compat: the test suite has transient errors on ghc-8.6.5
This commit is contained in:
parent
379605e7b7
commit
7a0c9c110f
|
@ -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;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue