Set up haskell-tools.nvim
This commit is contained in:
parent
c8d7224dc9
commit
346d1b78d9
10 changed files with 128 additions and 95 deletions
devshells
|
@ -1,6 +1,12 @@
|
|||
# shell containing the tools i most commonly use for haskell work!
|
||||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [ ghc hpack stack cabal-install ];
|
||||
buildInputs = with pkgs; [
|
||||
ghc
|
||||
hpack
|
||||
stack
|
||||
cabal-install
|
||||
haskellPackages.implicit-hie # Automatically generate hie.yaml!
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue