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