mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
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:
parent
9969cca46d
commit
75cb170ca7
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user