forked from IHaskell/IHaskell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
36 lines (36 loc) · 1.6 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
cradle:
cabal:
- path: "./ghc-parser"
component: "ghc-parser:lib:ghc-parser"
- path: "./ipython-kernel"
component: "ipython-kernel:lib:ipython-kernel"
- path: "./src"
component: "ihaskell:lib:ihaskell"
- path: "./main"
component: "ihaskell:exe:ihaskell"
- path: "./test"
component: "ihaskell:hspec"
- path: "./ihaskell-display/ihaskell-aeson"
component: "ihaskell-aeson:lib:ihaskell-aeson"
- path: "./ihaskell-display/ihaskell-blaze"
component: "ihaskell-blaze:lib:ihaskell-blaze"
- path: "./ihaskell-display/ihaskell-charts"
component: "ihaskell-charts:lib:ihaskell-charts"
- path: "./ihaskell-display/ihaskell-diagrams"
component: "ihaskell-diagrams:lib:ihaskell-diagrams"
- path: "./ihaskell-display/ihaskell-gnuplot"
component: "ihaskell-gnuplot:lib:ihaskell-gnuplot"
- path: "./ihaskell-display/ihaskell-hatex"
component: "ihaskell-hatex:lib:ihaskell-hatex"
- path: "./ihaskell-display/ihaskell-juicypixels"
component: "ihaskell-juicypixels:lib:ihaskell-juicypixels"
- path: "./ihaskell-display/ihaskell-magic"
component: "ihaskell-magic:lib:ihaskell-magic"
- path: "./ihaskell-display/ihaskell-plot"
component: "ihaskell-plot:lib:ihaskell-plot"
- path: "./ihaskell-display/ihaskell-static-canvas"
component: "ihaskell-static-canvas:lib:ihaskell-static-canvas"
- path: "./ihaskell-display/ihaskell-widgets"
component: "ihaskell-widgets:lib:ihaskell-widgets"
- path: "./ihaskell-display/ihaskell-graphviz"
component: "ihaskell-graphviz:lib:ihaskell-graphviz"