mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-13 01:46:07 +00:00
37 lines
1.6 KiB
YAML
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"
|