mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Block suspected unauthorized uploads for #208
This commit is contained in:
parent
e60838e986
commit
e13766269a
@ -371,6 +371,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
-- https://github.com/fpco/stackage/issues/207
|
||||
addRange "Michael Snoyman" "semigroups" "< 0.13"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/208
|
||||
addRange "Michael Snoyman" "diagrams-contrib" "< 1.1.1.3 || > 1.1.1.3"
|
||||
addRange "Michael Snoyman" "diagrams-postscript" "< 1.0.2.3 || > 1.0.2.3"
|
||||
|
||||
-- Requires too new a version of text
|
||||
when (ghcVer == GhcMajorVersion 7 4 && requireHP) $ do
|
||||
addRange "Michael Snoyman" "attoparsec" "< 0.11.2.1"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user