mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-22 11:07:53 +01:00
parent
a13176e189
commit
3335e90821
@ -350,9 +350,10 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Brent Yorgey <byorgey@gmail.com>") $ words =<<
|
mapM_ (add "Brent Yorgey <byorgey@gmail.com>") $ words =<<
|
||||||
[ "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 haxr"
|
||||||
, "BlogLiterately BlogLiterately-diagrams"
|
, "BlogLiterately"
|
||||||
, "MonadRandom"
|
, "MonadRandom"
|
||||||
|
-- #289: diagrams-builder diagrams-haddock BlogLiterately-diagrams
|
||||||
]
|
]
|
||||||
mapM_ (add "Vincent Berthoux <vincent.berthoux@gmail.com>") $ words
|
mapM_ (add "Vincent Berthoux <vincent.berthoux@gmail.com>") $ words
|
||||||
"JuicyPixels"
|
"JuicyPixels"
|
||||||
@ -550,15 +551,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- Pandoc upper bound https://github.com/jgm/pandoc/issues/1681
|
-- Pandoc upper bound https://github.com/jgm/pandoc/issues/1681
|
||||||
addRange "Michael Snoyman" "http-client" "< 0.4"
|
addRange "Michael Snoyman" "http-client" "< 0.4"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/289
|
|
||||||
addRange "Michael Snoyman" "haskell-src-exts" "< 1.16"
|
|
||||||
addRange "Michael Snoyman" "haskell-names" "< 0.4.1"
|
|
||||||
addRange "Michael Snoyman" "hlint" "< 1.9.5"
|
|
||||||
addRange "Michael Snoyman" "stylish-haskell" "< 0.5.11"
|
|
||||||
addRange "Michael Snoyman" "derive" "< 2.5.17"
|
|
||||||
addRange "Michael Snoyman" "hoogle" "< 4.2.35"
|
|
||||||
addRange "Michael Snoyman" "fay" "< 0.21"
|
|
||||||
|
|
||||||
-- Force a specific version that's compatible with transformers 0.3
|
-- Force a specific version that's compatible with transformers 0.3
|
||||||
addRange "Michael Snoyman" "transformers-compat" "== 0.3.3.3"
|
addRange "Michael Snoyman" "transformers-compat" "== 0.3.3.3"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user