forked from haskell/haskell-ide-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml.cbl
35 lines (25 loc) · 982 Bytes
/
hie.yaml.cbl
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
# This is a sample hie.yaml file for opening haskell-ide-engine in
# hie, using cabal as the build system.
# To use is, copy it to a file called 'hie.yaml'
cradle:
cabal:
- path: "./hie-plugin-api/Haskell"
component: "lib:hie-plugin-api"
- path: "./test/dispatcher/"
component: "haskell-ide-engine:dispatcher-test"
- path: "./test/functional/"
component: "haskell-ide-engine:func-test"
- path: "./test/unit/"
component: "haskell-ide-engine:unit-test"
- path: "./test/plugin-dispatcher/"
component: "haskell-ide-engine:plugin-dispatcher-test"
- path: "./test/wrapper/"
component: "haskell-ide-engine:wrapper-test"
- path: "./test/utils/"
component: "haskell-ide-engine:hie-test-utils"
- path: "./app/MainHie.hs"
component: "haskell-ide-engine:hie"
- path: "./app/HieWrapper.hs"
component: "haskell-ide-engine:hie-wrapper"
- path: "./"
component: "lib:haskell-ide-engine"