first haskell template
This commit is contained in:
13
haskell/shell.nix
Normal file
13
haskell/shell.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
{ pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
pkgs.mkShell rec {
|
||||
buildInputs = with pkgs; [
|
||||
haskell.compiler.ghc96
|
||||
haskellPackages.cabal-install
|
||||
haskellPackages.stack
|
||||
]
|
||||
;
|
||||
shellHook = ''
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user