aboutsummaryrefslogtreecommitdiff
path: root/client/client.cabal
diff options
context:
space:
mode:
authorJoris2017-11-13 23:56:40 +0100
committerJoris2017-11-14 00:03:10 +0100
commit5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1 (patch)
tree4884de1d03bc47ba8f06b2cf68365d9eed9e0d39 /client/client.cabal
parent213cf7ede058b781fc957de2cd9f6a5988c08004 (diff)
downloadbudget-5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1.tar.gz
budget-5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1.tar.bz2
budget-5a63f7be9375e3ab888e4232dd7ef72c2f1ffae1.zip
Setup stylish-haskell
Diffstat (limited to 'client/client.cabal')
-rw-r--r--client/client.cabal73
1 files changed, 40 insertions, 33 deletions
diff --git a/client/client.cabal b/client/client.cabal
index 9d3e873..ac74d9c 100644
--- a/client/client.cabal
+++ b/client/client.cabal
@@ -1,34 +1,41 @@
-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
+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
- build-depends: aeson
- , base >=4.9 && <4.11
- , bytestring
- , common
- , containers
- , jsaddle-dom
- , reflex-dom
- , text
- , time
- hs-source-dirs: src
- default-language: Haskell2010
- other-modules: Component.Button
- , Component.Input
- , Icon
- , Main
- , View.App
- , View.Header
- , View.Payment
- , View.Payment.Pages
- , View.Payment.Table
- , View.SignIn
+Executable client
+ Main-Is: Main.hs
+ Ghc-options: -Wall -Werror
+ Hs-source-dirs: src
+ Default-language: Haskell2010
+ Extensions:
+ ExistentialQuantification
+ MultiParamTypeClasses
+
+ Build-depends:
+ aeson
+ , base >=4.9 && <4.11
+ , bytestring
+ , common
+ , containers
+ , jsaddle-dom
+ , reflex-dom
+ , text
+ , time
+
+ other-modules:
+ Component.Button
+ Component.Input
+ Icon
+ Main
+ View.App
+ View.Header
+ View.Payment
+ View.Payment.Pages
+ View.Payment.Table
+ View.SignIn