diff options
author | Joris Guyonvarch | 2015-07-19 16:07:15 +0200 |
---|---|---|
committer | Joris Guyonvarch | 2015-07-19 16:07:15 +0200 |
commit | 0d589e12a0c32936303de46b1e462dd19648170d (patch) | |
tree | 95527317fae74ed620ad1b118abbbe2ccf616d19 /sharedCost.cabal | |
parent | e4eefaa5b418780e6fb63e929f826b927bbeac68 (diff) |
Login with a token validation
Diffstat (limited to 'sharedCost.cabal')
-rw-r--r-- | sharedCost.cabal | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sharedCost.cabal b/sharedCost.cabal new file mode 100644 index 0000000..1ccddc5 --- /dev/null +++ b/sharedCost.cabal @@ -0,0 +1,31 @@ +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-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 |