This repository was archived by the owner on Sep 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhathverse.cabal
More file actions
61 lines (58 loc) · 1.33 KB
/
hathverse.cabal
File metadata and controls
61 lines (58 loc) · 1.33 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: hathverse
version: 0.0.4
cabal-version: >= 1.8
build-type: Simple
library
hs-source-dirs: .
exposed-modules:
Hathverse.Db
, Hathverse.View
, Hathverse.View.Common
, Hathverse.View.Homepage
, Hathverse.View.Problem
, Hathverse.View.ProblemEdit
, Hathverse.View.Login
, Hathverse.Controller
, Hathverse.Checker
-- other-modules:
build-depends:
base
, text
, bytestring
, transformers
, mtl
, lucid
, persistent
, persistent-template
, persistent-postgresql
, esqueleto
, monad-logger
, resourcet
, directory
, process
, strict
, aeson
, async
, pwstore-fast
, xss-sanitize
, time
extensions:
OverloadedStrings
executable hathverse
hs-source-dirs: app
main-is: Main.hs
ghc-options: -Wall -threaded -O2 -rtsopts -with-rtsopts=-N
extensions: OverloadedStrings
include-dirs: static
build-depends:
base
, text
, mtl
, Spock
, hathverse
, wai-middleware-static
, wai-extra
, aeson
source-repository head
type: git
location: https://github.com/CNMDR3G/hathverse