From e21e4be0b4b4127f05bd7522c75bf23e7095cd3e Mon Sep 17 00:00:00 2001 From: Yuji Yamamoto Date: Tue, 25 Sep 2018 10:19:54 +0900 Subject: [PATCH] Reenable tests of main-tester I disabled doctests by default with [this commit](https://gitlab.com/igrep/main-tester/commit/ccb1204cc8f10d72d7d0d4557b56f07f6a280c8e). So now `stack test` without flags would work. --- build-constraints.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 5ba3da5a..cf3c8c6f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4218,7 +4218,6 @@ expected-test-failures: - http-client # https://github.com/snoyberg/http-client/issues/360 - http-client-tls # https://github.com/snoyberg/http-client/issues/360 - http-link-header # https://github.com/myfreeweb/http-link-header/issues/7 - - main-tester # https://github.com/fpco/stackage/pull/3528 - mmark # https://github.com/commercialhaskell/stackage/issues/3906#issuecomment-413061849 - servant-swagger # https://github.com/haskell-servant/servant-swagger/issues/89 - unicode-show # https://github.com/nushio3/unicode-show/issues/2