-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsucks-rocks.cabal
29 lines (28 loc) · 1.01 KB
/
sucks-rocks.cabal
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
name: sucks-rocks
version: 0.0.1
synopsis: a web application for gathering feedback on small snippets of code
homepage: https://github.com/matthieubulte/sucks-rocks
license: MIT
author: Matthieu Bulté
maintainer: matthieu.bulte.06@gmail.com
category: Web
build-type: Simple
cabal-version: >= 1.8
executable sucks-rocks
main-is: Main.hs
build-depends: base ==4.7.*
, mtl -any
, transformers
, resourcet
, wai
, wai-middleware-static
, wai-extra
, warp
, http-types
, scotty
, aeson
, persistent ==2.1.*
, persistent-template ==2.1.*
, persistent-sqlite ==2.1.*
, monad-logger
, text