aboutsummaryrefslogtreecommitdiffstats
path: root/app/Issue/Provenance.hs
diff options
context:
space:
mode:
Diffstat (limited to 'app/Issue/Provenance.hs')
-rw-r--r--app/Issue/Provenance.hs2
1 files changed, 1 insertions, 1 deletions
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.