mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add opaleye
This commit is contained in:
parent
c690eeb7a1
commit
a8ea7bf102
@ -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"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user