Unrestrict unordered-containers and move it to my packages

Closes #5449.
This commit is contained in:
Simon Jakobi 2020-06-26 14:18:33 +02:00
parent 723f363dbe
commit 876747fcb0

View File

@ -480,6 +480,7 @@ packages:
- hnix-store-core - hnix-store-core
- monadlist - monadlist
- ref-tf - ref-tf
- unordered-containers
"Joe M <joe9mail@gmail.com> @joe9": "Joe M <joe9mail@gmail.com> @joe9":
- logger-thread < 0 # via protolude - logger-thread < 0 # via protolude
@ -4708,7 +4709,6 @@ packages:
- universe-instances-trans - universe-instances-trans
- universe-reverse-instances - universe-reverse-instances
- unix-time - unix-time
- unordered-containers
- url - url
- utf8-light - utf8-light
- utf8-string - utf8-string
@ -4846,9 +4846,6 @@ packages:
# https://github.com/commercialhaskell/stackage/issues/5424 # https://github.com/commercialhaskell/stackage/issues/5424
- smallcheck < 1.2.0 - smallcheck < 1.2.0
# https://github.com/commercialhaskell/stackage/issues/5449
- unordered-containers < 0.2.11
# https://github.com/commercialhaskell/stackage/issues/5466 # https://github.com/commercialhaskell/stackage/issues/5466
- cryptonite < 0.27 - cryptonite < 0.27
@ -5221,7 +5218,6 @@ skipped-tests:
- skylighting-core - skylighting-core
- speedy-slice - speedy-slice
- thyme - thyme
- unordered-containers
- unordered-intmap - unordered-intmap
- vector-builder - vector-builder
- wai-cors - wai-cors
@ -5660,7 +5656,6 @@ expected-test-failures:
expected-benchmark-failures: expected-benchmark-failures:
# Recursive deps https://github.com/fpco/stackage/issues/1818 # Recursive deps https://github.com/fpco/stackage/issues/1818
- hashable - hashable
- unordered-containers # 0.2.7.1 unordered-containers:bench -> criterion:lib -> aeson:lib -> unordered-containers:lib
# Missing files in sdist # Missing files in sdist
@ -5748,7 +5743,6 @@ skipped-benchmarks:
- ttrie # criterion-plus and th-pprint - ttrie # criterion-plus and th-pprint
- tz # criterion 1.5 - tz # criterion 1.5
- unicode-transforms # path-io - unicode-transforms # path-io
- unordered-containers # criterion 1.5
- xxhash-ffi # ghc 8.4 via xxhash build failure - xxhash-ffi # ghc 8.4 via xxhash build failure
- typerep-map # via https://github.com/commercialhaskell/stackage/issues/4541 - typerep-map # via https://github.com/commercialhaskell/stackage/issues/4541