mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-24 13:11:57 +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
|
-- https://github.com/fpco/stackage/issues/320
|
||||||
addRange "Michael Snoyman" "lens" "< 4.5"
|
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
|
when (ghcVer == GhcMajorVersion 7 8 && requireHP) $ do
|
||||||
-- Yay workarounds for unnecessarily old versions
|
-- Yay workarounds for unnecessarily old versions
|
||||||
let peg x y = addRange "Haskell Platform" x y
|
let peg x y = addRange "Haskell Platform" x y
|
||||||
|
|||||||
@ -57,6 +57,7 @@ defaultSelectSettings version requireHP = SelectSettings
|
|||||||
, allowedPackage = const $ Right ()
|
, allowedPackage = const $ Right ()
|
||||||
, useGlobalDatabase = False
|
, useGlobalDatabase = False
|
||||||
, skippedTests =
|
, skippedTests =
|
||||||
|
Set.insert (PackageName "ReadArgs") $ -- old version of hspec
|
||||||
if version >= GhcMajorVersion 7 8
|
if version >= GhcMajorVersion 7 8
|
||||||
then Set.fromList
|
then Set.fromList
|
||||||
[ PackageName "punycode" -- pulls in encoding
|
[ PackageName "punycode" -- pulls in encoding
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user