From 436fa04e3d5ab7d6fa9cc8ee0d2e48380f7d0307 Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Wed, 29 Aug 2018 22:01:50 -0700 Subject: [PATCH] Unconstrain quickcheck-state-machine, but expect its tests to fail --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index f607e367..f4ba5276 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3682,8 +3682,6 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3931 - proto-lens-protobuf-types < 0.3.0.2 - # https://github.com/advancedtelematic/quickcheck-state-machine/issues/222 - - quickcheck-state-machine < 0.4 # end of packages # Package flags are applied to individual packages, and override the values of @@ -4147,6 +4145,7 @@ expected-test-failures: - 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 + - quickcheck-state-machine # https://github.com/advancedtelematic/quickcheck-state-machine/issues/222 - servant-swagger # https://github.com/haskell-servant/servant-swagger/issues/89 - unicode-show # https://github.com/nushio3/unicode-show/issues/2 - wreq