diff options
Diffstat (limited to 'src/Xanthous/Orphans.hs')
-rw-r--r-- | src/Xanthous/Orphans.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Xanthous/Orphans.hs b/src/Xanthous/Orphans.hs index bb6b0d024e32..6a860e1c49f1 100644 --- a/src/Xanthous/Orphans.hs +++ b/src/Xanthous/Orphans.hs @@ -306,6 +306,10 @@ instance FromJSON Attr where parseStyle Default = pure Default parseStyle KeepCurrent = pure KeepCurrent +deriving stock instance Ord Color +deriving stock instance Ord a => Ord (MaybeDefault a) +deriving stock instance Ord Attr + -------------------------------------------------------------------------------- instance NFData a => NFData (NonNull a) where |