aboutsummaryrefslogtreecommitdiff
path: root/sharedCost.cabal
diff options
context:
space:
mode:
authorJoris2016-02-21 22:15:38 +0100
committerJoris2016-02-21 22:15:47 +0100
commita8097b11f43ca88434a79b107c3e29b86b4c702d (patch)
tree3f89c42b6ae7badafbbe4f249d587dac6b64c83e /sharedCost.cabal
parent0d802dc8cc0dbef596f6448060a864137f66fae7 (diff)
downloadbudget-a8097b11f43ca88434a79b107c3e29b86b4c702d.tar.gz
budget-a8097b11f43ca88434a79b107c3e29b86b4c702d.tar.bz2
budget-a8097b11f43ca88434a79b107c3e29b86b4c702d.zip
Modify sharedCost first case
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r--sharedCost.cabal43
1 files changed, 43 insertions, 0 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal
new file mode 100644
index 0000000..eef9469
--- /dev/null
+++ b/sharedCost.cabal
@@ -0,0 +1,43 @@
+name: sharedCost
+version: 0.1
+license: GPL-3
+license-file: LICENSE
+author: Joris
+maintainer: joris.guyonvarch@gmail.com
+category: Web
+build-type: Simple
+cabal-version: >=1.10
+
+executable SharedCost
+ main-is: Main.hs
+ hs-source-dirs: src/server
+ default-language: Haskell2010
+ build-depends: base >=4.8 && <4.9
+ , scotty
+ , wai
+ , wai-middleware-static
+ , http-types
+ , http-conduit
+ , time
+ , text
+ , bytestring
+ , persistent
+ , persistent-sqlite
+ , persistent-template
+ , esqueleto
+ , monad-logger
+ , resourcet
+ , transformers
+ , blaze-html
+ , clay
+ , aeson
+ , scotty-cookie
+ , clientsession
+ , uuid
+ , mime-mail
+ , ConfigFile
+ , mtl
+ , lens
+ , parsec
+ , unordered-containers
+ , containers