mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Remove upper bounds and close #326
This commit is contained in:
parent
0502e91364
commit
1286d855af
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user