-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.yaml
66 lines (59 loc) · 981 Bytes
/
package.yaml
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
62
63
64
65
66
name: karasu
version: 2.3.1
license: MIT
author: "Krasjet"
maintainer: "Krasjet"
copyright: "Copyright (c) 2020 Krasjet"
category: Web
description: "A self-hosted remote communication system designed for math discussions."
dependencies:
- pandoc-utils
- chirp
- fl-tr
- base >= 4.7 && < 5
- aeson
- blaze-html
- bytestring
- deepseq
- directory
- doctemplates
- dotenv
- filepath
- fl-tr
- http-types
- monad-logger
- mtl
- pandoc >= 2.7 && < 2.10
- pandoc-types >= 1.20 && < 2
- persistent-template
- persistent-sqlite
- servant-rawm-server >= 1.0
- resource-pool
- servant
- servant-server
- servant-blaze
- split
- template-haskell
- text
- transformers
- wai
- wai-extra
- wai-app-static
- warp
ghc-options:
- -Wall
- -Werror
library:
source-dirs: src
executables:
karasu:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- karasu
verbatim:
cabal-version: ">=2.0"