From ea1236f2cf6d3ef4b739b2ca28f47a3bbed42295 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 17 Oct 2023 14:14:48 +0200 Subject: refactor history --- app/Issue/Provenance.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Issue/Provenance.hs') diff --git a/app/Issue/Provenance.hs b/app/Issue/Provenance.hs index 7cf4faa..f3d382c 100644 --- a/app/Issue/Provenance.hs +++ b/app/Issue/Provenance.hs @@ -25,7 +25,7 @@ data Provenance = Provenance authorEmail :: Text, authorName :: Text } - deriving (Show, Generic, Binary) + deriving (Show, Generic, Binary, Eq) -- XXX These are taken from `Data.Binary.Orphans` [1]. I cannot get importing -- the instance from the package to work.. so we use `-fno-warn-orphans` here. -- cgit v1.2.3