aboutsummaryrefslogtreecommitdiff
path: root/common/src/Common/Model/PaymentStats.hs
diff options
context:
space:
mode:
Diffstat (limited to 'common/src/Common/Model/PaymentStats.hs')
-rw-r--r--common/src/Common/Model/PaymentStats.hs10
1 files changed, 0 insertions, 10 deletions
diff --git a/common/src/Common/Model/PaymentStats.hs b/common/src/Common/Model/PaymentStats.hs
deleted file mode 100644
index 2dea640..0000000
--- a/common/src/Common/Model/PaymentStats.hs
+++ /dev/null
@@ -1,10 +0,0 @@
-module Common.Model.PaymentStats
- ( PaymentStats
- ) where
-
-import Data.Map (Map)
-import Data.Time.Calendar (Day)
-
-import Common.Model.Category (CategoryId)
-
-type PaymentStats = [(Day, Map CategoryId Int)]