diff options
author | Joris | 2019-11-25 08:17:59 +0100 |
---|---|---|
committer | Joris | 2019-11-25 08:17:59 +0100 |
commit | e622e8fdd2e40b4306b5cc724d8dfb76bf976242 (patch) | |
tree | ea679b1f701631c37601a1305b8df90e40cdc56e /common/src/Common/Model/PaymentPage.hs | |
parent | 54628c70cb33de5e4309c35b9f6b57bbe9f7a07b (diff) |
Remove Loadable2
Diffstat (limited to 'common/src/Common/Model/PaymentPage.hs')
-rw-r--r-- | common/src/Common/Model/PaymentPage.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/Common/Model/PaymentPage.hs b/common/src/Common/Model/PaymentPage.hs index 94203a2..88d9715 100644 --- a/common/src/Common/Model/PaymentPage.hs +++ b/common/src/Common/Model/PaymentPage.hs @@ -15,7 +15,7 @@ data PaymentPage = PaymentPage , _paymentPage_header :: PaymentHeader , _paymentPage_payments :: [Payment] , _paymentPage_totalCount :: Int - } deriving (Show, Generic) + } deriving (Eq, Show, Generic) instance FromJSON PaymentPage instance ToJSON PaymentPage |