mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-29 07:30:25 +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 "tls"
|
||||||
|
|
||||||
add "x509"
|
add "x509"
|
||||||
|
|
||||||
|
-- Requires a correctly set up Postgres instance
|
||||||
|
add "opaleye"
|
||||||
where
|
where
|
||||||
add = tell . singleton . PackageName
|
add = tell . singleton . PackageName
|
||||||
|
|
||||||
@ -744,6 +747,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
peg "HandsomeSoup" "< 0.3.3"
|
peg "HandsomeSoup" "< 0.3.3"
|
||||||
peg "network-uri" "< 2.6"
|
peg "network-uri" "< 2.6"
|
||||||
|
|
||||||
|
mapM_ (add "Tom Ellis <tom-stackage@jaguarpaw.co.uk>") $ words
|
||||||
|
"opaleye product-profunctors"
|
||||||
|
|
||||||
add :: String -> String -> Writer PackageMap ()
|
add :: String -> String -> Writer PackageMap ()
|
||||||
add maintainer package = addRange maintainer package "-any"
|
add maintainer package = addRange maintainer package "-any"
|
||||||
|
|
||||||
|
|||||||
@ -40,7 +40,7 @@ library
|
|||||||
, transformers
|
, transformers
|
||||||
, process
|
, process
|
||||||
, old-locale
|
, old-locale
|
||||||
, time
|
, time < 1.5
|
||||||
, utf8-string
|
, utf8-string
|
||||||
|
|
||||||
executable stackage
|
executable stackage
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user