aboutsummaryrefslogtreecommitdiff
path: root/payments.cabal
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-07-06 00:16:45 +0200
committerJoris Guyonvarch2015-07-06 00:16:45 +0200
commit4ce9751c9e645916fdde71874c2cdadd252f32a0 (patch)
tree1014c58787231cbdc3ae2799f32127b40ab393ab /payments.cabal
downloadbudget-4ce9751c9e645916fdde71874c2cdadd252f32a0.tar.gz
budget-4ce9751c9e645916fdde71874c2cdadd252f32a0.tar.bz2
budget-4ce9751c9e645916fdde71874c2cdadd252f32a0.zip
Setting up Scotty, Persistent, Clay, Blaze, Esqueleto, Elm
Diffstat (limited to 'payments.cabal')
-rw-r--r--payments.cabal28
1 files changed, 28 insertions, 0 deletions
diff --git a/payments.cabal b/payments.cabal
new file mode 100644
index 0000000..4917254
--- /dev/null
+++ b/payments.cabal
@@ -0,0 +1,28 @@
+name: Payments
+version: 0.0.1
+homepage: https://github.com/guyonvarch/payments
+author: Joris Guyonvarch
+category: Web
+build-type: Simple
+cabal-version: >= 1.8
+
+executable payments
+ main-is: Main.hs
+ hs-source-dirs: src/server
+ ghc-options: -Wall -fwarn-incomplete-uni-patterns
+ build-depends: base
+ , scotty == 0.10.1
+ , wai-middleware-static == 0.7.0.1
+ , http-types == 0.8.6
+ , time == 1.5.0.1
+ , text == 1.2.1.1
+ , persistent == 2.2
+ , persistent-sqlite == 2.2
+ , persistent-template == 2.1.3.4
+ , esqueleto == 2.2.7
+ , monad-logger == 0.3.13.1
+ , resourcet == 1.1.5
+ , transformers == 0.4.2.0
+ , blaze-html == 0.8.0.2
+ , clay == 0.10.1
+ , aeson == 0.9.0.1