mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Merge pull request #362 from tomjaguarpaw/master
Add Opaleye to Stackage
This commit is contained in:
commit
6c2a61bdfc
@ -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"
|
||||
|
||||
|
||||
@ -40,7 +40,7 @@ library
|
||||
, transformers
|
||||
, process
|
||||
, old-locale
|
||||
, time
|
||||
, time < 1.5
|
||||
, utf8-string
|
||||
|
||||
executable stackage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user