From 995699f0e004e9dd322da645ff224b60afcb7ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20=C3=87olako=C4=9Flu?= Date: Wed, 31 Mar 2021 20:46:35 +0300 Subject: [PATCH] Packages updated --- arch-setup/packages.full | 1 - arch-setup/packages.minimal | 1 - arch-setup/plist.sh | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/arch-setup/packages.full b/arch-setup/packages.full index e9dbb056..4cb60462 100644 --- a/arch-setup/packages.full +++ b/arch-setup/packages.full @@ -346,7 +346,6 @@ haskell-errors haskell-file-embed haskell-glob haskell-haddock-library -haskell-haddock-library1.9 haskell-hashable haskell-hourglass haskell-hslua diff --git a/arch-setup/packages.minimal b/arch-setup/packages.minimal index 3176cf69..53fdf6af 100644 --- a/arch-setup/packages.minimal +++ b/arch-setup/packages.minimal @@ -315,7 +315,6 @@ haskell-errors haskell-file-embed haskell-glob haskell-haddock-library -haskell-haddock-library1.9 haskell-hashable haskell-hourglass haskell-hslua diff --git a/arch-setup/plist.sh b/arch-setup/plist.sh index a2551e0d..002842fa 100755 --- a/arch-setup/plist.sh +++ b/arch-setup/plist.sh @@ -2,5 +2,5 @@ #comm -23 <(pacman -Qqt | sort) <(pacman -Qqg base 2> /dev/null | sort) > ~/.dotfiles/arch-setup/packages.full pacman -Q | cut -f 1 -d " " | sort > ~/.dotfiles/arch-setup/packages.full -comm -13 packages.blacklist packages.full > packages.minimal +comm -13 ~/.dotfiles/arch-setup/packages.blacklist ~/.dotfiles/arch-setup/packages.full > ~/.dotfiles/arch-setup/packages.minimal