mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-19 17:55:48 +01:00
Merge remote-tracking branch 'origin/master' into stackage2
This commit is contained in:
commit
102173a0ef
@ -219,10 +219,13 @@ defaultExpectedFailures ghcVer requireHP = execWriter $ do
|
|||||||
-- Requires locally running server
|
-- Requires locally running server
|
||||||
add "bloodhound"
|
add "bloodhound"
|
||||||
|
|
||||||
-- Requires PostgreSQL running
|
-- Too lazy to keep the test dependencies up to date
|
||||||
add "postgresql-binary"
|
let names =
|
||||||
add "hasql"
|
words "hasql hasql-postgres hasql-backend postgresql-binary" ++
|
||||||
add "hasql-postgres"
|
words "stm-containers focus list-t slave-thread partial-handler" ++
|
||||||
|
words "neat-interpolation cases" ++
|
||||||
|
words "base-prelude mtl-prelude"
|
||||||
|
in mapM_ add names
|
||||||
|
|
||||||
-- https://github.com/gtk2hs/gtk2hs/issues/79
|
-- https://github.com/gtk2hs/gtk2hs/issues/79
|
||||||
add "gio"
|
add "gio"
|
||||||
@ -314,6 +317,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
mapM_ (add "FP Complete <michael@fpcomplete.com>") $ words =<<
|
||||||
[ "criterion"
|
[ "criterion"
|
||||||
, "th-lift singletons th-desugar quickcheck-assertions"
|
, "th-lift singletons th-desugar quickcheck-assertions"
|
||||||
|
, "distributed-process distributed-process-simplelocalnet" -- cloud-haskell"
|
||||||
]
|
]
|
||||||
|
|
||||||
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"
|
addRange "FP Complete <michael@fpcomplete.com>" "kure" "<= 2.4.10"
|
||||||
@ -651,6 +655,9 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
|||||||
|
|
||||||
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
mapM_ (add "Alexander Thiemann <mail@athiemann.net>") $ words
|
||||||
"graph-core reroute Spock"
|
"graph-core reroute Spock"
|
||||||
|
|
||||||
|
mapM_ (add "Joey Eremondi <joey@eremondi.com>") $ words
|
||||||
|
"prettyclass"
|
||||||
|
|
||||||
-- https://github.com/fpco/stackage/issues/217
|
-- https://github.com/fpco/stackage/issues/217
|
||||||
addRange "Michael Snoyman" "transformers" "< 0.4"
|
addRange "Michael Snoyman" "transformers" "< 0.4"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user