aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Model/ExceedingPayer.hs
diff options
context:
space:
mode:
authorJoris2019-11-25 08:17:59 +0100
committerJoris2019-11-25 08:17:59 +0100
commite622e8fdd2e40b4306b5cc724d8dfb76bf976242 (patch)
treeea679b1f701631c37601a1305b8df90e40cdc56e /common/src/Common/Model/ExceedingPayer.hs
parent54628c70cb33de5e4309c35b9f6b57bbe9f7a07b (diff)
downloadbudget-e622e8fdd2e40b4306b5cc724d8dfb76bf976242.tar.gz
budget-e622e8fdd2e40b4306b5cc724d8dfb76bf976242.tar.bz2
budget-e622e8fdd2e40b4306b5cc724d8dfb76bf976242.zip
Remove Loadable2
Diffstat (limited to 'common/src/Common/Model/ExceedingPayer.hs')
-rw-r--r--common/src/Common/Model/ExceedingPayer.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/Common/Model/ExceedingPayer.hs b/common/src/Common/Model/ExceedingPayer.hs
index 171b6ff..b7d3efb 100644
--- a/common/src/Common/Model/ExceedingPayer.hs
+++ b/common/src/Common/Model/ExceedingPayer.hs
@@ -10,7 +10,7 @@ import Common.Model.User (UserId)
data ExceedingPayer = ExceedingPayer
{ _exceedingPayer_userId :: UserId
, _exceedingPayer_amount :: Int
- } deriving (Show, Generic)
+ } deriving (Eq, Show, Generic)
instance FromJSON ExceedingPayer
instance ToJSON ExceedingPayer