Merge pull request #362 from tomjaguarpaw/master

Add Opaleye to Stackage
This commit is contained in:
Michael Snoyman 2014-12-11 06:28:24 +02:00
commit 6c2a61bdfc
2 changed files with 7 additions and 1 deletions

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"

View File

@ -40,7 +40,7 @@ library
, transformers
, process
, old-locale
, time
, time < 1.5
, utf8-string
executable stackage