haskell-time-compat: update to latest version so that binary-instances compiles

This commit is contained in:
Peter Simons 2020-11-06 22:00:45 +01:00
parent 1f021c2657
commit 9028b8f341

View File

@ -1442,6 +1442,9 @@ self: super: {
autoapply = super.autoapply.override { th-desugar = self.th-desugar_1_11; };
# binary-instances needs the latest version.
time-compat = self.time-compat_1_9_4;
# INSERT NEW OVERRIDES ABOVE THIS LINE
} // (let
inherit (self) hls-ghcide hls-brittany;