aboutsummaryrefslogtreecommitdiff
path: root/sharedCost.cabal
diff options
context:
space:
mode:
authorJoris2015-12-29 22:38:42 +0100
committerJoris2015-12-29 22:38:42 +0100
commita7db22556b91bc7c499e010b4c051f4442ad8ce2 (patch)
tree9f991523cee681bf179c191260b95672f1c44def /sharedCost.cabal
parentc79fa3e212e8bb49f950da3c3218e32e3b9df2ec (diff)
downloadbudget-a7db22556b91bc7c499e010b4c051f4442ad8ce2.tar.gz
budget-a7db22556b91bc7c499e010b4c051f4442ad8ce2.tar.bz2
budget-a7db22556b91bc7c499e010b4c051f4442ad8ce2.zip
Using persona to validate emails
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r--sharedCost.cabal55
1 files changed, 28 insertions, 27 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal
index 8b35975..3303568 100644
--- a/sharedCost.cabal
+++ b/sharedCost.cabal
@@ -11,30 +11,31 @@ executable sharedCost
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
+ , 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