1
0
Fork 0

Install more Haskell software

This commit is contained in:
Malte Brandy 2020-06-28 19:50:15 +02:00
parent bd6d7ff9e4
commit 1f6e6d4316
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9
3 changed files with 4 additions and 4 deletions

View file

@ -7,5 +7,5 @@ in {
inherit (unstable.gnome3) gnome-keyring seahorse gdm;
};
inherit (unstable)
neovim vimPlugins syncthing nerdfonts ormolu go-neb; # riot-desktop;
neovim vimPlugins syncthing nerdfonts ormolu ghcid go-neb; # riot-desktop;
}

View file

@ -10,9 +10,9 @@ let
makeHaskellPackages = p:
{
inherit (p)
brittany ormolu releaser cabal-fmt stack ghcide cabal-install dhall
brittany ormolu releaser cabal-fmt stack ghcid ghcide cabal-install dhall
aeson unordered-containers these neuron taskwarrior pandoc hlint
cabal2nix weeder;
cabal2nix weeder reflex-dom password optics-th;
} // makeHaskellScriptPackages p;
in {
myHaskellPackages = makeHaskellPackages master.haskellPackages;

View file

@ -37,7 +37,7 @@ self: super: {
inherit (self.pythonPackages) yapf jsbeautifier;
inherit (self)
go gdb mpc_cli ncmpcpp shfmt htmlTidy astyle nodejs tasksh magic-wormhole
nixfmt rnix-lsp tmate rustup kitty nix-top ghc ormolu;
nixfmt rnix-lsp tmate rustup kitty nix-top ghc ghcid ormolu;
obelisk = (import self.sources.obelisk { }).command;
};
accounting-pkgs = {