forked from Carnap/Carnap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
45 lines (45 loc) · 1.09 KB
/
hie.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
cradle:
multi:
# broken, some c preprocessor error
- path: "./Carnap-Server/test"
config:
cradle:
none:
# broken, "failed to parse result of calling cabal"
- path: "./Carnap/test"
config:
cradle:
none:
- path: "./Carnap/Setup.hs"
config:
cradle:
none:
# these two are not intended to be used with ghc anyway, they are for ghci
- path: "./Carnap-Server/app/DevelMain.hs"
config:
cradle:
none:
- path: "./Carnap-Server/app/devel.hs"
config:
cradle:
none:
# not ignored by default
- path: "./dist-ghcjs"
config:
cradle:
none:
# broken for now, I think it is unlikely this will work until we fix
# Carnap-GHCJS dependencies preventing it building on ghc
- path: "./Carnap-GHCJS"
config:
cradle:
none:
- path: "./Carnap-Server/app/main.hs"
config:
cradle:
cabal:
component: "exe:Carnap-Server"
- path: "./"
config:
cradle:
cabal: