-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.yaml
91 lines (83 loc) · 1.68 KB
/
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: gitlab-helper
version: 1.0.0
github: "L7R7/gitlab-helper"
license: Apache-2.0
author: "Leonhard Riedißer"
maintainer: "[email protected]"
copyright: "2024 Leonhard Riedißer"
extra-source-files:
- README.md
- ChangeLog.md
description: Please see the README on GitHub at <https://github.com/L7R7/gitlab-helper#readme>
dependencies:
- base >= 4.7 && < 5
- relude
default-extensions:
- NoImplicitPrelude
ghc-options:
- -fwrite-ide-info
- -hiedir=.hie
- -Wall
- -Wcompat
- -Widentities
- -Wincomplete-uni-patterns
- -Wincomplete-record-updates
- -Wredundant-constraints
- -fhide-source-paths
- -Wpartial-fields
- -Wmissing-deriving-strategies
- -Wunused-packages
library:
source-dirs: src
ghc-options:
- -fno-warn-orphans
- -O2
- -flate-specialise
- -fspecialise-aggressively
- -Wmissing-export-lists
dependencies:
- aeson
- autodocodec
- barbies
- burrito >= 2.0.1.0
- colonnade
- colourista
- containers
- directory
- either
- envparse
- githash
- http-conduit
- http-types
- gitlab-api-http-client-mtl
- gitlab-api-types
- network-uri
- optparse-applicative
- scientific
- split
- text
- time
- yaml
executables:
gitlab-helper:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- gitlab-helper
tests:
gitlab-helper-test:
main: Spec.hs
build-tools: sydtest-discover
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- gitlab-helper
- optparse-applicative
- sydtest