devShell: bring haskell into default shell

This commit is contained in:
Primrose 2025-02-06 09:49:31 +01:00
parent 9f0e875328
commit 577be48949
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 11 additions and 7 deletions

View file

@ -59,12 +59,7 @@ in {
haskell = pkgs.mkShell {
name = "Haskell";
packages = [
# xmonad in configuration doesn't export the instance of ghc to PATH
(pkgs.haskellPackages.ghcWithPackages (self: [
self.xmonad-contrib
self.xmonad-extras
]))
pkgs.ghc
pkgs.cabal-install
pkgs.haskell-language-server
];