mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-04 18:40:26 +01:00
Upper bounds for #191
This commit is contained in:
parent
94748d0363
commit
34ffce5fe6
@ -230,7 +230,7 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
[ "monoid-extras dual-tree vector-space-points active force-layout"
|
[ "monoid-extras dual-tree vector-space-points active force-layout"
|
||||||
, "diagrams diagrams-contrib diagrams-core diagrams-lib diagrams-svg"
|
, "diagrams diagrams-contrib diagrams-core diagrams-lib diagrams-svg"
|
||||||
, "diagrams-postscript diagrams-builder diagrams-haddock haxr"
|
, "diagrams-postscript diagrams-builder diagrams-haddock haxr"
|
||||||
, "BlogLiterately BlogLiterately-diagrams"
|
, "BlogLiterately" -- FIXME #191 BlogLiterately-diagrams"
|
||||||
, "MonadRandom"
|
, "MonadRandom"
|
||||||
]
|
]
|
||||||
|
|
||||||
@ -330,6 +330,9 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/189
|
-- https://github.com/fpco/stackage/issues/189
|
||||||
addRange "Michael Snoyman" "statistics" "< 0.11"
|
addRange "Michael Snoyman" "statistics" "< 0.11"
|
||||||
|
|
||||||
|
-- https://github.com/fpco/stackage/issues/191
|
||||||
|
addRange "Michael Snoyman" "vector-space-points" "< 0.2"
|
||||||
|
|
||||||
-- Requires aeson 0.6.*
|
-- Requires aeson 0.6.*
|
||||||
addRange "Michael Snoyman" "threepenny-gui" "< 0.4.1"
|
addRange "Michael Snoyman" "threepenny-gui" "< 0.4.1"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user