aboutsummaryrefslogtreecommitdiff
path: root/sharedCost.cabal
blob: 3303568d5e5fb5dd950f23c648702b7a5bb73b8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name:               SharedCost
version:            0.0.1
homepage:           https://github.com/guyonvarch/sharedCost
author:             Joris Guyonvarch
category:           Web
build-type:         Simple
cabal-version:      >= 1.8

executable          sharedCost
  main-is:          Main.hs
  hs-source-dirs:   src/server
  ghc-options:      -Wall -fwarn-incomplete-uni-patterns
  build-depends:    base
                    , 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