mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-06 03:17:29 +01:00
Remove opaleye ban and close #364
This commit is contained in:
parent
68a593c97b
commit
08b185add8
@ -742,9 +742,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
peg "HandsomeSoup" "< 0.3.3"
|
peg "HandsomeSoup" "< 0.3.3"
|
||||||
peg "network-uri" "< 2.6"
|
peg "network-uri" "< 2.6"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/364
|
https://github.com/fpco/stackage/issues/364
|
||||||
-- mapM_ (add "Tom Ellis <tom-stackage@jaguarpaw.co.uk>") $ words
|
mapM_ (add "Tom Ellis <tom-stackage@jaguarpaw.co.uk>") $ words
|
||||||
-- "opaleye product-profunctors"
|
"opaleye product-profunctors"
|
||||||
|
|
||||||
add :: String -> String -> Writer PackageMap ()
|
add :: String -> String -> Writer PackageMap ()
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user