-
Notifications
You must be signed in to change notification settings - Fork 63
/
hie-bios.cabal
247 lines (237 loc) · 12.4 KB
/
hie-bios.cabal
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
Cabal-Version: 2.2
Name: hie-bios
Version: 0.14.1
Author: Matthew Pickering <[email protected]>
Maintainer: Matthew Pickering <[email protected]>
License: BSD-3-Clause
License-File: LICENSE
Homepage: https://github.com/haskell/hie-bios
Synopsis: Set up a GHC API session
Description: Set up a GHC API session and obtain flags required to compile a source file
Category: Development
Build-Type: Simple
-- No glob syntax until GHC 8.6 because of stack
extra-doc-files: ChangeLog.md
Extra-Source-Files: README.md
wrappers/cabal
wrappers/cabal.hs
tests/configs/*.yaml
tests/projects/cabal-with-ghc/cabal-with-ghc.cabal
tests/projects/cabal-with-ghc/cabal.project
tests/projects/cabal-with-ghc/hie.yaml
tests/projects/cabal-with-ghc/src/MyLib.hs
tests/projects/cabal-with-ghc-and-project/cabal-with-ghc.cabal
tests/projects/cabal-with-ghc-and-project/cabal.project.8.10.7
tests/projects/cabal-with-ghc-and-project/hie.yaml
tests/projects/cabal-with-ghc-and-project/src/MyLib.hs
tests/projects/cabal-with-project/cabal-with-project.cabal
tests/projects/cabal-with-project/cabal.project.8.10.7
tests/projects/cabal-with-project/hie.yaml
tests/projects/cabal-with-project/src/MyLib.hs
tests/projects/symlink-test/a/A.hs
tests/projects/symlink-test/hie.yaml
tests/projects/deps-bios-new/A.hs
tests/projects/deps-bios-new/B.hs
tests/projects/deps-bios-new/hie-bios.sh
tests/projects/deps-bios-new/hie.yaml
tests/projects/multi-direct/A.hs
tests/projects/multi-direct/B.hs
tests/projects/multi-direct/hie.yaml
tests/projects/multi-cabal/app/Main.hs
tests/projects/multi-cabal/cabal.project
tests/projects/multi-cabal/hie.yaml
tests/projects/multi-cabal/multi-cabal.cabal
tests/projects/multi-cabal/src/Lib.hs
tests/projects/multi-cabal-with-project/appA/appA.cabal
tests/projects/multi-cabal-with-project/appA/src/Lib.hs
tests/projects/multi-cabal-with-project/appB/appB.cabal
tests/projects/multi-cabal-with-project/appB/src/Lib.hs
tests/projects/multi-cabal-with-project/cabal.project.8.10.7
tests/projects/multi-cabal-with-project/hie.yaml
tests/projects/monorepo-cabal/cabal.project
tests/projects/monorepo-cabal/hie.yaml
tests/projects/monorepo-cabal/A/Main.hs
tests/projects/monorepo-cabal/A/A.cabal
tests/projects/monorepo-cabal/B/MyLib.hs
tests/projects/monorepo-cabal/B/B.cabal
tests/projects/multi-stack/app/Main.hs
tests/projects/multi-stack/cabal.project
tests/projects/multi-stack/hie.yaml
tests/projects/multi-stack/multi-stack.cabal
tests/projects/multi-stack/src/Lib.hs
tests/projects/failing-bios/A.hs
tests/projects/failing-bios/B.hs
tests/projects/failing-bios/hie.yaml
tests/projects/failing-bios-ghc/A.hs
tests/projects/failing-bios-ghc/B.hs
tests/projects/failing-bios-ghc/hie.yaml
tests/projects/failing-cabal/failing-cabal.cabal
tests/projects/failing-cabal/hie.yaml
tests/projects/failing-cabal/MyLib.hs
tests/projects/failing-stack/failing-stack.cabal
tests/projects/failing-stack/hie.yaml
tests/projects/failing-stack/src/Lib.hs
tests/projects/nested-cabal/nested-cabal.cabal
tests/projects/nested-cabal/cabal.project
tests/projects/nested-cabal/hie.yaml
tests/projects/nested-cabal/MyLib.hs
tests/projects/nested-cabal/sub-comp/sub-comp.cabal
tests/projects/nested-cabal/sub-comp/Lib.hs
tests/projects/nested-stack/nested-stack.cabal
tests/projects/nested-stack/hie.yaml
tests/projects/nested-stack/MyLib.hs
tests/projects/nested-stack/sub-comp/sub-comp.cabal
tests/projects/nested-stack/sub-comp/Lib.hs
tests/projects/simple-bios/A.hs
tests/projects/simple-bios/B.hs
tests/projects/simple-bios/hie-bios.sh
tests/projects/simple-bios/hie-bios-deps.sh
tests/projects/simple-bios/hie.yaml
tests/projects/simple-bios-ghc/A.hs
tests/projects/simple-bios-ghc/B.hs
tests/projects/simple-bios-ghc/hie-bios.sh
tests/projects/simple-bios-ghc/hie.yaml
tests/projects/simple-bios-shell/A.hs
tests/projects/simple-bios-shell/B.hs
tests/projects/simple-bios-shell/hie.yaml
tests/projects/simple-cabal/A.hs
tests/projects/simple-cabal/B.hs
tests/projects/simple-cabal/cabal.project
tests/projects/simple-cabal/hie.yaml
tests/projects/simple-cabal/simple-cabal.cabal
tests/projects/simple-direct/A.hs
tests/projects/simple-direct/B.hs
tests/projects/simple-direct/hie.yaml
tests/projects/simple-stack/A.hs
tests/projects/simple-stack/B.hs
tests/projects/simple-stack/cabal.project
tests/projects/simple-stack/hie.yaml
tests/projects/simple-stack/simple-stack.cabal
"tests/projects/space stack/A.hs"
"tests/projects/space stack/B.hs"
"tests/projects/space stack/hie.yaml"
"tests/projects/space stack/stackproj.cabal"
tests/projects/implicit-cabal/cabal.project
tests/projects/implicit-cabal/implicit-cabal.cabal
tests/projects/implicit-cabal/Main.hs
tests/projects/implicit-cabal-no-project/implicit-cabal-no-project.cabal
tests/projects/implicit-cabal-no-project/Main.hs
tests/projects/implicit-cabal-deep-project/README
tests/projects/implicit-cabal-deep-project/implicit-cabal-deep-project.cabal
tests/projects/implicit-cabal-deep-project/Main.hs
tests/projects/implicit-cabal-deep-project/cabal.project
tests/projects/implicit-cabal-deep-project/foo/foo.cabal
tests/projects/implicit-cabal-deep-project/foo/Main.hs
tests/projects/implicit-stack/implicit-stack.cabal
tests/projects/implicit-stack/Main.hs
tests/projects/implicit-stack-multi/implicit-stack-multi.cabal
tests/projects/implicit-stack-multi/Main.hs
tests/projects/implicit-stack-multi/other-package/other-package.cabal
tests/projects/implicit-stack-multi/other-package/Main.hs
tests/projects/multi-stack-with-yaml/appA/appA.cabal
tests/projects/multi-stack-with-yaml/appA/src/Lib.hs
tests/projects/multi-stack-with-yaml/appB/appB.cabal
tests/projects/multi-stack-with-yaml/appB/src/Lib.hs
tests/projects/multi-stack-with-yaml/hie.yaml
tests/projects/stack-with-yaml/app/Main.hs
tests/projects/stack-with-yaml/hie.yaml
tests/projects/stack-with-yaml/stack-with-yaml.cabal
tests/projects/stack-with-yaml/src/Lib.hs
tested-with: GHC ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1
Library
Default-Language: Haskell2010
GHC-Options: -Wall
HS-Source-Dirs: src
Exposed-Modules: HIE.Bios
HIE.Bios.Config
HIE.Bios.Config.YAML
HIE.Bios.Cradle
HIE.Bios.Environment
HIE.Bios.Internal.Debug
HIE.Bios.Flags
HIE.Bios.Types
HIE.Bios.Ghc.Api
HIE.Bios.Ghc.Check
HIE.Bios.Ghc.Doc
HIE.Bios.Ghc.Gap
HIE.Bios.Ghc.Load
HIE.Bios.Ghc.Logger
HIE.Bios.Wrappers
Other-Modules: Paths_hie_bios
autogen-modules: Paths_hie_bios
Build-Depends:
base >= 4.16 && < 5,
aeson >= 1.4.4 && < 2.3,
base16-bytestring >= 0.1.1 && < 1.1,
bytestring >= 0.10.8 && < 0.13,
co-log-core ^>= 0.3.0,
deepseq >= 1.4.3 && < 1.6,
exceptions ^>= 0.10,
cryptohash-sha1 >= 0.11.100 && < 0.12,
directory >= 1.3.0 && < 1.4,
filepath >= 1.4.1 && < 1.6,
time >= 1.8.0 && < 1.15,
extra >= 1.6.14 && < 1.9,
prettyprinter ^>= 1.6 || ^>= 1.7.0,
ghc >= 9.2.1 && < 9.11,
transformers >= 0.5.2 && < 0.7,
temporary >= 1.2 && < 1.4,
template-haskell,
text >= 1.2.3 && < 2.2,
unix-compat >= 0.5.1 && < 0.8,
unordered-containers >= 0.2.9 && < 0.3,
yaml >= 0.10.0 && < 0.12,
file-embed >= 0.0.11 && < 1,
conduit >= 1.3 && < 2,
conduit-extra >= 1.3 && < 2
Executable hie-bios
Default-Language: Haskell2010
Main-Is: Main.hs
Other-Modules: Paths_hie_bios
GHC-Options: -Wall
HS-Source-Dirs: exe
Build-Depends: base >= 4.16 && < 5
, co-log-core
, directory
, filepath
, hie-bios
, optparse-applicative
, prettyprinter
test-suite parser-tests
type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends:
base,
aeson,
filepath,
hie-bios,
tasty,
tasty-hunit,
yaml
hs-source-dirs: tests/
ghc-options: -threaded -Wall
main-is: ParserTests.hs
test-suite bios-tests
type: exitcode-stdio-1.0
default-language: Haskell2010
build-depends:
base,
co-log-core,
extra,
transformers,
tasty,
tasty-hunit,
tasty-expected-failure,
hie-bios,
filepath,
directory,
prettyprinter,
temporary,
ghc
hs-source-dirs: tests/
ghc-options: -threaded -Wall
main-is: BiosTests.hs
other-modules: Utils
Source-Repository head
Type: git
Location: git://github.com/mpickering/hie-bios.git