aboutsummaryrefslogtreecommitdiff
path: root/sharedCost.cabal
blob: 8b35975d5e68f8f43cec67f21a65c493f2b937fb (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
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 == 0.10.1
                    , wai == 3.0.3.0
                    , 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
                    , scotty-cookie == 0.1.0.3
                    , clientsession == 0.9.1.1
                    , uuid == 1.3.10
                    , email-validate == 2.1.3
                    , mime-mail == 0.4.9
                    , ConfigFile == 1.1.4
                    , mtl == 2.2.1
                    , lens == 4.12.3
                    , parsec == 3.1.9
                    , unordered-containers == 0.2.5.1
                    , containers == 0.5.6.2