mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +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 "network-uri" "< 2.6"
|
||||
|
||||
-- https://github.com/fpco/stackage/issues/364
|
||||
-- mapM_ (add "Tom Ellis <tom-stackage@jaguarpaw.co.uk>") $ words
|
||||
-- "opaleye product-profunctors"
|
||||
https://github.com/fpco/stackage/issues/364
|
||||
mapM_ (add "Tom Ellis <tom-stackage@jaguarpaw.co.uk>") $ words
|
||||
"opaleye product-profunctors"
|
||||
|
||||
add :: String -> String -> Writer PackageMap ()
|
||||
add maintainer package = addRange maintainer package "-any"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user