aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Model/Income.hs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/Common/Model/Income.hs')
-rw-r--r--common/src/Common/Model/Income.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/Common/Model/Income.hs b/common/src/Common/Model/Income.hs
index 0423704..57d07f1 100644
--- a/common/src/Common/Model/Income.hs
+++ b/common/src/Common/Model/Income.hs
@@ -21,7 +21,7 @@ data Income = Income
, _income_createdAt :: UTCTime
, _income_editedAt :: Maybe UTCTime
, _income_deletedAt :: Maybe UTCTime
- } deriving (Show, Generic)
+ } deriving (Eq, Show, Generic)
instance FromJSON Income
instance ToJSON Income