From d289bba356f6a82ea7fbcf5957b863add07821b9 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sat, 18 Sep 2021 19:43:45 +0800 Subject: [PATCH] Skiplist: remove Pantheon --- src/Skiplist.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Skiplist.hs b/src/Skiplist.hs index 85a203c0..a7c0c428 100644 --- a/src/Skiplist.hs +++ b/src/Skiplist.hs @@ -132,8 +132,7 @@ contentList = infixOf "buildPerlPackage" "Derivation contains buildPerlPackage", -- Specific skips for classes of packages infixOf "goDeps" "Derivation contains goDeps attribute", - infixOf "https://downloads.haskell.org/ghc/" "GHC packages are versioned per file", - infixOf "pantheon" "Do not update Pantheon during a release cycle" + infixOf "https://downloads.haskell.org/ghc/" "GHC packages are versioned per file" ] checkResultList :: Skiplist