Add opaleye

This commit is contained in:
Tom Ellis 2014-12-10 21:37:41 +00:00
parent c690eeb7a1
commit a8ea7bf102

View File

@ -251,6 +251,9 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
add "tls"
add "x509"
-- Requires a correctly set up Postgres instance
add "opaleye"
where
add = tell . singleton . PackageName
@ -744,6 +747,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"
add :: String -> String -> Writer PackageMap ()
add maintainer package = addRange maintainer package "-any"