Merge pull request #5483 from sjakobi/unrestrict-u-c

Unrestrict unordered-containers and move it to my packages
This commit is contained in:
Chris Dornan 2020-06-27 06:05:50 +01:00 committed by GitHub
commit db97c34390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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