{ pkgs ? import { } }: pkgs.mkShell { buildInputs = with pkgs; [ haskell-language-server stack stylish-haskell libnotify ]; }