mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
chore: upgrade to 19.09
This commit is contained in:
@@ -29,14 +29,12 @@
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
cabal2nix
|
||||
stack2nix
|
||||
cabal-install
|
||||
hlint
|
||||
# haskellPackages.brittany
|
||||
(haskellPackages.ghcWithHoogle (import ./packages.nix))
|
||||
] ++ map haskell.lib.justStaticExecutables [
|
||||
haskellPackages.ghcid
|
||||
haskellPackages.hakyll
|
||||
# haskellPackages.hfmt
|
||||
haskellPackages.hasktags
|
||||
haskellPackages.hindent
|
||||
|
||||
@@ -94,7 +94,6 @@ with haskellPackages; [
|
||||
unix-time
|
||||
unordered-containers
|
||||
vector
|
||||
vinyl
|
||||
void
|
||||
vty
|
||||
warp
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
(texlive.combine {
|
||||
inherit (pkgs.texlive) scheme-full texdoc latex2e-help-texinfo;
|
||||
pkgFilter = pkg: pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "latex2e-help-texinfo";
|
||||
})
|
||||
# (texlive.combine {
|
||||
# inherit (pkgs.texlive) scheme-full texdoc latex2e-help-texinfo;
|
||||
# pkgFilter = pkg: pkg.tlType == "run" || pkg.tlType == "bin" || pkg.pname == "latex2e-help-texinfo";
|
||||
# })
|
||||
# haskellPackages.patat
|
||||
(aspellWithDicts (dict: [dict.de dict.en dict.la dict.en-computers dict.ru]))
|
||||
haskellPackages.pandoc-citeproc
|
||||
|
||||
Reference in New Issue
Block a user