mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-13 23:05:47 +01:00
Some tests now pass (#3)
This commit is contained in:
parent
70178ed8a5
commit
ec8592466f
@ -25,9 +25,6 @@ defaultExpectedFailures :: Set PackageName
|
|||||||
defaultExpectedFailures = fromList $ map PackageName
|
defaultExpectedFailures = fromList $ map PackageName
|
||||||
[ -- Requires an old version of WAI and Warp for tests
|
[ -- Requires an old version of WAI and Warp for tests
|
||||||
"HTTP"
|
"HTTP"
|
||||||
-- Requires a special hspec-meta which is not yet available from
|
|
||||||
-- Hackage.
|
|
||||||
, "hspec"
|
|
||||||
|
|
||||||
-- text and setenv have recursive dependencies in their tests, which
|
-- text and setenv have recursive dependencies in their tests, which
|
||||||
-- cabal can't (yet) handle
|
-- cabal can't (yet) handle
|
||||||
@ -47,9 +44,6 @@ defaultExpectedFailures = fromList $ map PackageName
|
|||||||
-- https://github.com/kazu-yamamoto/simple-sendfile/pull/10
|
-- https://github.com/kazu-yamamoto/simple-sendfile/pull/10
|
||||||
, "simple-sendfile"
|
, "simple-sendfile"
|
||||||
|
|
||||||
-- https://github.com/alanz/hjsmin/pull/11
|
|
||||||
, "hjsmin"
|
|
||||||
|
|
||||||
-- Michael emailed Dominic about bumping version numbers, but no new
|
-- Michael emailed Dominic about bumping version numbers, but no new
|
||||||
-- release has yet been made.
|
-- release has yet been made.
|
||||||
, "largeword"
|
, "largeword"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user