diff options
author | Joris Guyonvarch | 2015-07-19 17:28:19 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-19 17:28:19 +0200 |
commit | 331d506281760ac62e8f1715ef729e1b2a91e280 (patch) | |
tree | a26e49d9a41de26fbb5602b293f44c5f7f592efc /sharedCost.cabal | |
parent | 0d589e12a0c32936303de46b1e462dd19648170d (diff) |
Showing either error or success message at sign in page
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r-- | sharedCost.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal index 1ccddc5..60a2da2 100644 --- a/sharedCost.cabal +++ b/sharedCost.cabal @@ -12,6 +12,7 @@ executable sharedCost 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 @@ -29,3 +30,4 @@ executable sharedCost , scotty-cookie == 0.1.0.3 , clientsession == 0.9.1.1 , uuid == 1.3.10 + , email-validate == 2.1.3 |