develop#haskell: init profile
This commit is contained in:
parent
f2aedb889b
commit
0e974ee976
17
profiles/develop/haskell/default.nix
Normal file
17
profiles/develop/haskell/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
inherit (pkgs) ghc;
|
||||
in
|
||||
{
|
||||
environment.systemPackages = [
|
||||
(ghc.withHoogle
|
||||
(self: with self; [
|
||||
cabal2nix
|
||||
cabal-install
|
||||
implicit-hie
|
||||
hie-bios
|
||||
stack
|
||||
])
|
||||
)
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue
Block a user