From 75cb170ca7e92a229639209b93bbbe18f8393022 Mon Sep 17 00:00:00 2001 From: Ivan Gromakovskii Date: Tue, 26 Jan 2021 18:48:33 +0300 Subject: [PATCH] Remove constraint on universum Problem: universum-1.6.0 and newer doesn't support text-1.2.4.1 which is the latest version of text. It was reported in https://github.com/commercialhaskell/stackage/issues/5796 Because of that `build-constraints.yaml` now constrains universum's version to be less than 1.6.0. Solution: now that universum-1.7.2 has been released and supports the latest `text`, the constraint can be dropped entirely. --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 139c939c..94c489a7 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3732,7 +3732,7 @@ packages: - log-warper < 0 # GHC 8.4 via lifted-async-0.10.0.1 - o-clock - tasty-hunit-compat - - universum < 1.6.0 # text-1.2.4: https://github.com/commercialhaskell/stackage/issues/5796 + - universum - with-utf8 - uncaught-exception