Skip to content

Commit

Permalink
Merge pull request #282 from bobby285271/pantheon
Browse files Browse the repository at this point in the history
Skiplist: remove Pantheon
  • Loading branch information
ryantm authored Sep 18, 2021
2 parents c2a7a44 + d289bba commit 90745e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Skiplist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90745e1

Please sign in to comment.