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.
This commit is contained in:
Ivan Gromakovskii 2021-01-26 18:48:33 +03:00
parent 9969cca46d
commit 75cb170ca7
No known key found for this signature in database
GPG Key ID: 2B4D5D5D300D1A13

View File

@ -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