From 7e29b7a4c4dcbdf29a7f7a5b5b42eddc27e78110 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 15 Dec 2017 14:11:04 +0900 Subject: [PATCH] allow universum-0.9.1 and log-warper-1.7.6 (#3100, serokell/log-warper#75) --- build-constraints.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 6a790583..0dbb6bbf 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3116,17 +3116,11 @@ packages: - hlint < 2.0.12 - hoogle < 5.0.15 - # https://github.com/fpco/stackage/issues/3100 - - universum < 0.9.0 - # https://github.com/AndrewRademacher/mallard/issues/49 - hasql-optparse-applicative < 0.3 # https://github.com/fpco/stackage/issues/3106 - brick < 0.30 - - # https://github.com/serokell/log-warper/issues/75 - - log-warper < 1.7.6 # end of packages # Package flags are applied to individual packages, and override the values of @@ -3726,6 +3720,7 @@ skipped-benchmarks: - cryptohash-sha512 # criterion 1.2 - pipes # optparse-applicative 0.13 - ttrie # criterion-plus and th-pprint + - universum # criterion 1.2 https://github.com/fpco/stackage/issues/3100 - unordered-containers # criterion 1.2 - servant-kotlin # shelly 1.7 https://github.com/fpco/stackage/issues/3088