mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-03 18:10:26 +01:00
Allow newer lens, temporarily drop mandrill #320
This commit is contained in:
parent
5947ac435f
commit
1526a3080e
@ -315,9 +315,14 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "Alan Zimmerman") $ words
|
mapM_ (add "Alan Zimmerman") $ words
|
||||||
"hjsmin language-javascript"
|
"hjsmin language-javascript"
|
||||||
|
|
||||||
|
{-
|
||||||
|
|
||||||
|
https://github.com/fpco/stackage/issues/320
|
||||||
|
|
||||||
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
when (ghcVer >= GhcMajorVersion 7 8 && not requireHP) $
|
||||||
mapM_ (add "Alfredo Di Napoli <alfredo.dinapoli@gmail.com>") $ words
|
mapM_ (add "Alfredo Di Napoli <alfredo.dinapoli@gmail.com>") $ words
|
||||||
"mandrill"
|
"mandrill"
|
||||||
|
-}
|
||||||
|
|
||||||
mapM_ (add "Jasper Van der Jeugt") $ words
|
mapM_ (add "Jasper Van der Jeugt") $ words
|
||||||
"blaze-html blaze-markup stylish-haskell"
|
"blaze-html blaze-markup stylish-haskell"
|
||||||
@ -654,9 +659,6 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
-- https://github.com/fpco/stackage/issues/319
|
-- https://github.com/fpco/stackage/issues/319
|
||||||
addRange "Michael Snoyman" "polyparse" "< 1.10"
|
addRange "Michael Snoyman" "polyparse" "< 1.10"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/320
|
|
||||||
addRange "Michael Snoyman" "lens" "< 4.5"
|
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/341
|
-- https://github.com/fpco/stackage/issues/341
|
||||||
addRange "Michael Snoyman" "haskell-names" "< 0.5"
|
addRange "Michael Snoyman" "haskell-names" "< 0.5"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user