-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
48 lines (43 loc) · 738 Bytes
/
package.yaml
File metadata and controls
48 lines (43 loc) · 738 Bytes
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
---
name: github-ls
version: 1.0.1
license: MIT
license-file: LICENSE
dependencies:
- base
- bytestring
- github
- optparse-applicative
- optparse-generic
- relude
- text
- turtle
- vector
- vector-algorithms
library:
source-dirs: ./src/
executables:
github-ls:
main: Main.hs
source-dirs: ./src/
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
tests:
github-ls-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -rtsopts
- -threaded
- -with-rtsopts=-N
dependencies:
- genvalidity
- genvalidity-sydtest
- genvalidity-text
- github-ls
- QuickCheck
- sydtest
- sydtest-discover
- validity