From 78ab7b0e7645a94017c79c5a372a08e7d473495a Mon Sep 17 00:00:00 2001 From: Simon Hengel Date: Sun, 11 Jan 2015 11:31:13 +0800 Subject: [PATCH] Remove setenv from expected-test-failures --- build-constraints.yaml | 5 ++--- cabal.config | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 531f28cf..196e365e 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -793,10 +793,9 @@ expected-test-failures: # Requires an old version of WAI and Warp for tests - HTTP - # text and setenv have recursive dependencies in their tests, which - # cabal can't (yet) handle + # text has recursive dependencies in its tests, which cabal can't (yet) + # handle - text - - setenv # https://github.com/bos/statistics/issues/42 - statistics diff --git a/cabal.config b/cabal.config index 25f3661e..cc656768 100644 --- a/cabal.config +++ b/cabal.config @@ -647,7 +647,7 @@ constraints: abstract-deque ==0.3, semigroups ==0.16.0.1, sendfile ==0.7.9, seqloc ==0.6, - setenv ==0.1.1.1, + setenv ==0.1.1.2, SHA ==1.6.4.1, shake ==0.14.2, shake-language-c ==0.6.3,