Name: common Version: 0.0.1 License: GPL-3 License-file: LICENSE Author: Joris Guyonvarch Maintainer: joris@guyonvarch.me Category: Web Build-type: Simple Cabal-version: >=1.10 Library Ghc-options: -Wall -Werror Hs-source-dirs: src Default-language: Haskell2010 Default-extensions: DeriveGeneric ExistentialQuantification MultiParamTypeClasses OverloadedStrings Build-depends: aeson , base >=4.9 && <5 , text , time Exposed-modules: Common.Model Common.Model.CreatePayment Common.Model.Payment Common.Model.User Common.Msg Common.Util.Text Common.Util.Time Common.View.Format other-modules: Common.Message.Key Common.Message.Lang Common.Message.Translation Common.Model.Category Common.Model.CreateCategory Common.Model.CreateIncome Common.Model.Currency Common.Model.EditCategory Common.Model.EditIncome Common.Model.EditPayment Common.Model.Frequency Common.Model.Income Common.Model.Init Common.Model.InitResult Common.Model.Payer Common.Model.PaymentCategory Common.Model.SignIn