Skip to content

Commit 201cf5d

Browse files
authored
Merge pull request #29 from garyb/derive-ord
Derive Ord for FormatterCommand
2 parents 1097e73 + 9048030 commit 201cf5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Data/Formatter/DateTime.purs

+2-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ data FormatterCommand
6969
| MillisecondsTwoDigits
7070
| Placeholder String
7171

72-
derive instance eqFormatterCommandEq (FormatterCommand)
72+
derive instance eqFormatterCommandEq FormatterCommand
73+
derive instance ordFormatterCommandOrd FormatterCommand
7374
derive instance genericFormatterGeneric FormatterCommand _
7475
instance showFormatterShow FormatterCommand where
7576
show = genericShow

0 commit comments

Comments
 (0)