diff --git a/src/Data/Formatter/DateTime.purs b/src/Data/Formatter/DateTime.purs index a0f49b1..6e9077b 100644 --- a/src/Data/Formatter/DateTime.purs +++ b/src/Data/Formatter/DateTime.purs @@ -69,7 +69,8 @@ data FormatterCommand | MillisecondsTwoDigits | Placeholder String -derive instance eqFormatterCommand ∷ Eq (FormatterCommand) +derive instance eqFormatterCommand ∷ Eq FormatterCommand +derive instance ordFormatterCommand ∷ Ord FormatterCommand derive instance genericFormatter ∷ Generic FormatterCommand _ instance showFormatter ∷ Show FormatterCommand where show = genericShow