Remove upper bounds and close #326

This commit is contained in:
Michael Snoyman 2014-11-13 06:20:43 +02:00
parent 0502e91364
commit 1286d855af
2 changed files with 1 additions and 4 deletions

View File

@ -598,10 +598,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
-- https://github.com/fpco/stackage/issues/320
addRange "Michael Snoyman" "lens" "< 4.5"
-- https://github.com/fpco/stackage/issues/326
addRange "Michael Snoyman" "hspec" "< 2"
addRange "Michael Snoyman" "hspec2" "< 0.6"
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
-- Yay workarounds for unnecessarily old versions
let peg x y = addRange "Haskell Platform" x y

View File

@ -57,6 +57,7 @@ defaultSelectSettings version requireHP = SelectSettings
, allowedPackage = const $ Right ()
, useGlobalDatabase = False
, skippedTests =
Set.insert (PackageName "ReadArgs") $ -- old version of hspec
if version >= GhcMajorVersion 7 8
then Set.fromList
[ PackageName "punycode" -- pulls in encoding