Remove upper bounds (fixes #39) (fixes #40)

This commit is contained in:
Michael Snoyman 2013-01-29 13:04:12 +02:00
parent 3e060616e8
commit a2f2434fc9

View File

@ -112,12 +112,6 @@ defaultStablePackages = unPackageMap $ execWriter $ do
]
mapM_ (add "Patrick Brisbin") $ words "gravatar"
-- https://github.com/fpco/stackage/issues/39
addRange "Michael Snoyman" "case-insensitive" "< 1.0"
-- https://github.com/fpco/stackage/issues/40
addRange "Michael Snoyman" "http-types" "< 0.8"
where
add maintainer package = addRange maintainer package "-any"
addRange maintainer package range =