Temporarily block opaleye due to profunctors conflict #364

This commit is contained in:
Michael Snoyman 2014-12-11 10:31:21 +02:00
parent 0570537863
commit 68a593c97b

View File

@ -742,8 +742,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
peg "HandsomeSoup" "< 0.3.3"
peg "network-uri" "< 2.6"
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"