aboutsummaryrefslogtreecommitdiff
path: root/hie.yaml
blob: 9e52c3f7469962c46dd5ac0bdac78c44e590dc7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
cradle:
  multi:
    - path: "./src"
      config:
        cradle:
          cabal:
            component: "lib:hs-visinter"
    - path: "./app"
      config:
        cradle:
          cabal:
            component: "exe:hs-visinter"
    - path: "./lsp"
      config:
        cradle:
          cabal:
            component: "exe:hs-vis-lsp"
    - path: "./examples"
      config:
        cradle:
          direct:
            arguments: []