Add bnfc dependencies
This commit is contained in:
parent
bd845f023d
commit
bbb54d683a
1 changed files with 8 additions and 2 deletions
10
shell.nix
10
shell.nix
|
|
@ -6,9 +6,15 @@ pkgs.haskellPackages.developPackage {
|
||||||
withHoogle = true;
|
withHoogle = true;
|
||||||
modifier = drv:
|
modifier = drv:
|
||||||
pkgs.haskell.lib.addBuildTools drv (
|
pkgs.haskell.lib.addBuildTools drv (
|
||||||
(with pkgs; [ hlint haskell-language-server ghc ])
|
(with pkgs; [ hlint haskell-language-server ghc jasmin ])
|
||||||
++
|
++
|
||||||
(with pkgs.haskellPackages; [ cabal-install stylish-haskell ])
|
(with pkgs.haskellPackages; [
|
||||||
|
cabal-install
|
||||||
|
stylish-haskell
|
||||||
|
BNFC
|
||||||
|
alex
|
||||||
|
happy
|
||||||
|
])
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue