From a69d420aeea1565914a888e6668ad0cef64a8edd Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Tue, 19 Feb 2019 19:07:39 -0500 Subject: [PATCH] And switch over to RepositoryPush too. --- src/Proto3/Google/Wrapped.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Proto3/Google/Wrapped.hs b/src/Proto3/Google/Wrapped.hs index 458555ec7..c4b0e96f9 100644 --- a/src/Proto3/Google/Wrapped.hs +++ b/src/Proto3/Google/Wrapped.hs @@ -14,7 +14,7 @@ import Proto3.Suite -- a separate data type for each of these wrappers: we just need to declare 'Named' instances for each instance -- for which we want to link the Google-named wrapped types. newtype Wrapped a = Wrapped { value :: a } - deriving (Eq, Show, Generic, NFData) + deriving (Eq, Show, Ord, Generic, NFData) instance Named (Wrapped Text) where nameOf _ = "StringValue" instance Named (Wrapped ByteString) where nameOf _ = "BytesValue"