Name: client 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 Executable client Main-Is: Main.hs -- Ghc-options: -Wall -Werror Hs-source-dirs: src Default-language: Haskell2010 Default-extensions: ExistentialQuantification LambdaCase MultiParamTypeClasses OverloadedStrings RecursiveDo ScopedTypeVariables Build-depends: aeson , base >= 4.11 && < 5 , bytestring , common , containers , data-default , ghcjs-dom-jsffi , jsaddle-dom , reflex-dom , text , time , validation -- Router , ghcjs-base , ghcjs-prim , ghcjs-dom , jsaddle , lens , uri-bytestring other-modules: Component.Appearing Component.Button Component.ConfirmDialog Component.Form Component.Input Component.Link Component.Modal Component.ModalForm Component.Pages Component.Select Component.Table Loadable Model.Route Util.Ajax Util.Css Util.Either Util.List Util.Reflex Util.Router Util.Validation Util.WaitFor View.App View.Header View.Icon View.Income.Form View.Income.Header View.Income.Income View.Income.Reducer View.Income.Table View.NotFound View.Payment.Add View.Payment.Clone View.Payment.Delete View.Payment.Edit View.Payment.Form View.Payment.Header View.Payment.Init View.Payment.Pages View.Payment.Payment View.Payment.Table View.SignIn