add UndecidableInstances for ghc8.10

This commit is contained in:
IC Rainbow
2024-01-04 14:03:57 +02:00
parent 6108cb852e
commit 8e3df00c62
+1
View File
@@ -12,6 +12,7 @@
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE UndecidableInstances #-}
{-# OPTIONS_GHC -fno-warn-ambiguous-fields #-}
module Simplex.Chat.Messages where