From 997289127831cdb7d8535cee41505ead705778e9 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 11 Oct 2016 09:36:36 +0900 Subject: [PATCH] move hspec-meta constraint into hspec-expectations block (hspec/hspec#284) --- build-constraints.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 38f6eb86..4e22b6c4 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2598,6 +2598,7 @@ packages: - hspec-expectations < 0.8.0 - hspec-wai < 0.7.0 - hspec-wai-json < 0.7.0 + - hspec-meta < 2.3.0 # https://github.com/fpco/stackage/issues/1972 - lens < 4.15 # Re-enable `lens' benchmarks when lifted @@ -2605,8 +2606,6 @@ packages: # https://github.com/simonmar/alex/issues/94 - alex < 3.2.0 - # https://github.com/hspec/hspec/issues/284 - - hspec-meta < 2.3.0 # end of packages