From 7814445feaab4c179c291dd23ffe825dec8b1fb7 Mon Sep 17 00:00:00 2001 From: Yichao Yu Date: Mon, 25 Dec 2017 09:40:41 -0500 Subject: [PATCH] [pacman.conf] remove haskell-core since it nolonger works. Fix #1 --- pacman-archlinuxcn.conf | 4 ---- pacman-multilib-archlinuxcn.conf | 4 ---- 2 files changed, 8 deletions(-) diff --git a/pacman-archlinuxcn.conf b/pacman-archlinuxcn.conf index e2f3da4..9cd0623 100644 --- a/pacman-archlinuxcn.conf +++ b/pacman-archlinuxcn.conf @@ -69,10 +69,6 @@ LocalFileSigLevel = Optional SigLevel = Optional TrustAll Server = http://repo.archlinuxcn.org/$arch -[haskell-core] -# Server = http://repo-hs.archlinuxcn.org/$arch -Server = http://xsounds.org/~haskell/core/$arch - # The testing repositories are disabled by default. To enable, uncomment the # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. diff --git a/pacman-multilib-archlinuxcn.conf b/pacman-multilib-archlinuxcn.conf index 2ed3504..4a570bd 100644 --- a/pacman-multilib-archlinuxcn.conf +++ b/pacman-multilib-archlinuxcn.conf @@ -69,10 +69,6 @@ LocalFileSigLevel = Optional SigLevel = Optional TrustAll Server = http://repo.archlinuxcn.org/$arch -[haskell-core] -# Server = http://repo-hs.archlinuxcn.org/$arch -Server = http://xsounds.org/~haskell/core/$arch - # The testing repositories are disabled by default. To enable, uncomment the # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors.