Add back some of my packages

* `ad`, `thread-local-storage`, and `zippers` were removed due to
  their benchmarks not building with GHC 8.8.1. As far as I can
  tell, this is no longer an issue, as `criterion` now builds without
  issue on 8.8.1.
* `folds` was removed due to its flaky `hlint` test suite, but
   version 0.7.5 of `folds` has removed this test suite.
* `structs` was removed due to its test suite not building on GHC
  8.6. This is no longer an issue, as far as I can tell.
* `text-show-instances` was removed due to `text-show`, but
  `text-show` is no longer blacklisted, so this should be fine now.
This commit is contained in:
Ryan Scott 2019-09-27 14:38:46 -04:00
parent fc3e1a0dc8
commit b6a37fcac5

View File

@ -5721,7 +5721,6 @@ packages:
- attoparsec-uri < 0 # via ip - attoparsec-uri < 0 # via ip
- string-interpolate < 0 # via text-conversions - string-interpolate < 0 # via text-conversions
- xmlbf-xeno < 0 # via xeno - xmlbf-xeno < 0 # via xeno
- text-show-instances < 0 # via text-show
- random-fu < 0 # via random-source - random-fu < 0 # via random-source
- Hoed < 0 # via regex-tdfa - Hoed < 0 # via regex-tdfa
- Hoed < 0 # via regex-tdfa-text - Hoed < 0 # via regex-tdfa-text
@ -6424,7 +6423,6 @@ skipped-tests:
- distributed-closure - distributed-closure
- dotenv - dotenv
- enum-subset-generate - enum-subset-generate
- folds
- generic-lens - generic-lens
- geojson - geojson
- github-types - github-types
@ -6457,7 +6455,6 @@ skipped-tests:
- skylighting-core - skylighting-core
- speedy-slice - speedy-slice
- static-text - static-text
- structs
- thyme - thyme
- universum - universum
- unordered-containers - unordered-containers
@ -6821,10 +6818,6 @@ expected-test-failures:
- stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5 - stm-delay # https://github.com/joeyadams/haskell-stm-delay/issues/5
- tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1 - tmp-postgres # https://github.com/jfischoff/tmp-postgres/issues/1
# Linting failures (these may break every time HLint gets updated so keep them disabled)
# https://www.snoyman.com/blog/2017/11/future-proofing-test-suites
- folds
# https://github.com/pruvisto/heap/issues/11 # https://github.com/pruvisto/heap/issues/11
- heap - heap
@ -6993,7 +6986,6 @@ skipped-benchmarks:
- binary-tagged - binary-tagged
- Earley - Earley
- IntervalMap - IntervalMap
- ad
- attoparsec - attoparsec
- binary-list - binary-list
- binary-tagged - binary-tagged
@ -7085,7 +7077,6 @@ skipped-benchmarks:
- text-builder - text-builder
- text-manipulate - text-manipulate
- text-metrics - text-metrics
- thread-local-storage
- tinylog - tinylog
- turtle - turtle
- type-of-html - type-of-html
@ -7102,7 +7093,6 @@ skipped-benchmarks:
- xlsx - xlsx
- xmlgen - xmlgen
- yi-rope - yi-rope
- zippers
# Transitive outdated dependencies # Transitive outdated dependencies
# These packages # These packages