aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Model/IncomePage.hs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/Common/Model/IncomePage.hs')
-rw-r--r--common/src/Common/Model/IncomePage.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/Common/Model/IncomePage.hs b/common/src/Common/Model/IncomePage.hs
index 0572141..977b0ea 100644
--- a/common/src/Common/Model/IncomePage.hs
+++ b/common/src/Common/Model/IncomePage.hs
@@ -13,7 +13,7 @@ data IncomePage = IncomePage
, _incomePage_header :: IncomeHeader
, _incomePage_incomes :: [Income]
, _incomePage_totalCount :: Int
- } deriving (Show, Generic)
+ } deriving (Eq, Show, Generic)
instance FromJSON IncomePage
instance ToJSON IncomePage