IHaskell/hie.yaml
James Brock 3df95c4d1c HLS dev environment for ihaskell-display modules
cairo,pango,lapack,blas
2022-10-31 12:24:18 +09:00

37 lines
1.6 KiB
YAML

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"