aboutsummaryrefslogtreecommitdiff
path: root/common/common.cabal
diff options
context:
space:
mode:
authorJoris2017-11-19 00:20:25 +0100
committerJoris2017-11-19 00:20:25 +0100
commit7194cddb28656c721342c2ef604f9f9fb0692960 (patch)
tree5b8c8562c9a1680aa315b4b7e10a3a7c22900863 /common/common.cabal
parent42e94a45e26f40edc3ad71b1e77a4bf47c13fd3d (diff)
downloadbudget-7194cddb28656c721342c2ef604f9f9fb0692960.tar.gz
budget-7194cddb28656c721342c2ef604f9f9fb0692960.tar.bz2
budget-7194cddb28656c721342c2ef604f9f9fb0692960.zip
Show payment count and partition
- Also fixes exceedingPayer in back by using only punctual payments
Diffstat (limited to 'common/common.cabal')
-rw-r--r--common/common.cabal26
1 files changed, 16 insertions, 10 deletions
diff --git a/common/common.cabal b/common/common.cabal
index c3073d9..e4a9c59 100644
--- a/common/common.cabal
+++ b/common/common.cabal
@@ -13,6 +13,12 @@ Library
Hs-source-dirs: src
Default-language: Haskell2010
+ Default-extensions:
+ DeriveGeneric
+ ExistentialQuantification
+ MultiParamTypeClasses
+ OverloadedStrings
+
Build-depends:
aeson
, base >=4.9 && <4.11
@@ -20,28 +26,28 @@ Library
, time
Exposed-modules:
- Common.Message
- Common.Message.Key
Common.Model
+ Common.Msg
Common.Util.Text
Common.View.Format
other-modules:
+ Common.Message.Key
Common.Message.Lang
Common.Message.Translation
- Common.Model.PaymentCategory
+ Common.Model.Category
Common.Model.CreateCategory
- Common.Model.CreatePayment
Common.Model.CreateIncome
+ Common.Model.CreatePayment
+ Common.Model.Currency
Common.Model.EditCategory
- Common.Model.EditPayment
- Common.Model.InitResult
Common.Model.EditIncome
+ Common.Model.EditPayment
Common.Model.Frequency
- Common.Model.Currency
- Common.Model.Category
- Common.Model.Payment
Common.Model.Income
- Common.Model.SignIn
Common.Model.Init
+ Common.Model.InitResult
+ Common.Model.Payment
+ Common.Model.PaymentCategory
+ Common.Model.SignIn
Common.Model.User