diff options
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 |