mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Ban statistics >= 0.10.4 due to binary dep
This commit is contained in:
parent
6ee89c5c52
commit
1c572b67d1
@ -161,6 +161,8 @@ defaultStablePackages = unPackageMap $ execWriter $ do
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/70
|
||||
addRange "Michael Snoyman" "monoid-extras" "< 0.3"
|
||||
|
||||
addRange "Michael Snoyman" "statistics" "< 0.10.4"
|
||||
where
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
addRange maintainer package range =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user