-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.yaml
50 lines (45 loc) · 870 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
name: mock
version: 3.8.0
license: WTFPL
git: https://git.eisfunke.com/software/mock
author: Nicolas Lenz
maintainer: [email protected]
copyright: 2018-2020 Nicolas Lenz
synopsis: GrEAt HAskeLL PrOGRaM to trANsForm tEXT
category: Text
description: Please see the README at <https://git.eisfunke.com/software/mock>.
dependencies:
- base
- text
- random
- hashable
extra-doc-files:
- README.md
library:
source-dirs: src
ghc-options:
- -Wall
executables:
mock:
source-dirs: app
main: main.hs
dependencies:
- mock
ghc-options:
- -Wall
- -threaded
- -rtsopts
- -with-rtsopts=-N
mock-web:
source-dirs: web
main: main.hs
dependencies:
- mock
- yesod-core
- warp
- wai-extra
ghc-options:
- -Wall
- -threaded
- -rtsopts
- -with-rtsopts=-N