HLS dev environment for ihaskell-display modules

cairo,pango,lapack,blas
This commit is contained in:
James Brock 2022-10-30 14:26:52 +09:00
parent 725d900414
commit 3df95c4d1c
2 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,10 @@
cabal-install
pythonDevEnv
self.inputs.hls.packages.${system}."haskell-language-server-${compilerVersion}"
pkgs.cairo # for the ihaskell-charts HLS dev environment
pkgs.pango # for the ihaskell-diagrams HLS dev environment
pkgs.lapack # for the ihaskell-plot HLS dev environment
pkgs.blas # for the ihaskell-plot HLS dev environment
]);
in (myModifier myIHaskell).envFunc {withHoogle=true;};

View File

@ -32,3 +32,5 @@ cradle:
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"