Upgrade to random 1.2.0, closes #5474, closes #5871

This commit is contained in:
Adam Bergmark 2021-05-12 22:22:45 +02:00
parent ac4da454ea
commit 2501a6caa7

View File

@ -666,7 +666,7 @@ packages:
- stripe-haskell - stripe-haskell
- stripe-http-client - stripe-http-client
- stripe-core - stripe-core
- stripe-tests - stripe-tests < 0 # random 1.2
"Piotr Mlodawski @pmlodawski": "Piotr Mlodawski @pmlodawski":
- error-util < 0 # MonadFail - error-util < 0 # MonadFail
@ -1515,9 +1515,9 @@ packages:
- interpolatedstring-perl6 - interpolatedstring-perl6
- iproute - iproute
- missing-foreign - missing-foreign
- MissingH - MissingH < 0 # random 1.2
- multimap - multimap
- parallel-io - parallel-io < 0 # random 1.2
- text-binary - text-binary
- Chart-cairo < 0 # GHC 8.4 via cairo - Chart-cairo < 0 # GHC 8.4 via cairo
- ghc-events - ghc-events
@ -1620,7 +1620,7 @@ packages:
- servant-lucid < 0 # ghc 8.10 via servant - servant-lucid < 0 # ghc 8.10 via servant
- servant-machines - servant-machines
- servant-mock < 0 # ghc 8.10 via servant - servant-mock < 0 # ghc 8.10 via servant
- servant-multipart - servant-multipart < 0
- servant-pipes - servant-pipes
- servant-server - servant-server
- servant-swagger - servant-swagger
@ -2879,7 +2879,7 @@ packages:
"Pedro Tacla Yamada <tacla.yamada@gmail.com> @yamadapc": "Pedro Tacla Yamada <tacla.yamada@gmail.com> @yamadapc":
- ascii-progress - ascii-progress
- drawille < 0 - drawille < 0
- file-modules - file-modules < 0 # random 1.2
- frontmatter - frontmatter
- read-editor - read-editor
# - list-prompt # https://github.com/yamadapc/list-prompt/issues/3 # - list-prompt # https://github.com/yamadapc/list-prompt/issues/3
@ -4099,7 +4099,7 @@ packages:
"Avi Press <mail@avi.press> @aviaviavi": "Avi Press <mail@avi.press> @aviaviavi":
- curl-runnings < 0 - curl-runnings < 0
- cryptocompare - cryptocompare < 0 # random 1.2
"Jack Kiefer <jack.c.kiefer@gmail.com> @JackKiefer": "Jack Kiefer <jack.c.kiefer@gmail.com> @JackKiefer":
- herms < 0 - herms < 0
@ -4237,7 +4237,7 @@ packages:
- ghci-hexcalc - ghci-hexcalc
"Nikos Karagianndis <nkarag@gmail.com> @nkarag": "Nikos Karagianndis <nkarag@gmail.com> @nkarag":
- DBFunctor - DBFunctor < 0 # random 1.2
"Marat Khafizov <xafizoff@gmail.com> @xafizoff": "Marat Khafizov <xafizoff@gmail.com> @xafizoff":
- n2o - n2o
@ -4324,7 +4324,7 @@ packages:
- pencil < 0 # via hsass - pencil < 0 # via hsass
"Ivan Malison <IvanMalison@gmail.com> @IvanMalison": "Ivan Malison <IvanMalison@gmail.com> @IvanMalison":
- ConfigFile - ConfigFile < 0 # random 1.2
- dbus-hslogger - dbus-hslogger
- gi-cairo-connector - gi-cairo-connector
- gi-cairo-render - gi-cairo-render
@ -4332,10 +4332,10 @@ packages:
- gtk-strut - gtk-strut
- rate-limit - rate-limit
- status-notifier-item - status-notifier-item
- taffybar - taffybar < 0 # random 1.2
- time-units - time-units
- xml-helpers - xml-helpers
- xdg-desktop-entry - xdg-desktop-entry < 0 # random 1.2
"ARATA Mizuki <minorinoki@gmail.com> @minoki": "ARATA Mizuki <minorinoki@gmail.com> @minoki":
- unboxing-vector - unboxing-vector
@ -4519,7 +4519,7 @@ packages:
- zydiskell - zydiskell
"Alejandro Peralta Bazas <aleperaltabazas@gmail.com> @aleperaltabazas": "Alejandro Peralta Bazas <aleperaltabazas@gmail.com> @aleperaltabazas":
- hocon - hocon < 0 # random 1.2
"Joshua Booth <joshua.n.booth@gmail.com> @jnbooth": "Joshua Booth <joshua.n.booth@gmail.com> @jnbooth":
- bitwise-enum - bitwise-enum
@ -6815,13 +6815,6 @@ packages:
# https://github.com/commercialhaskell/path/issues/161 # https://github.com/commercialhaskell/path/issues/161
- path < 0.7.1 - path < 0.7.1
# https://github.com/commercialhaskell/stackage/issues/5474
# When closing this, we may need to set flags.QuickCheck.old-random = false unless we've updated to QuickCheck 2.14.1
- random < 1.2.0
- random-fu < 0.2.7.6
- random-source < 0.3.0.10
- numhask < 0.7.0.0
# https://github.com/commercialhaskell/stackage/issues/5524 # https://github.com/commercialhaskell/stackage/issues/5524
- dlist < 1.0 - dlist < 1.0
- rebase < 1.7 - rebase < 1.7
@ -6977,7 +6970,7 @@ packages:
# global-flags # global-flags
package-flags: package-flags:
QuickCheck: QuickCheck:
old-random: true old-random: false
pathtype: pathtype:
old-time: false old-time: false
@ -7130,6 +7123,7 @@ skipped-tests:
- primitive # tasty 1.4 - primitive # tasty 1.4
- proto3-wire # tasty 1.4 - proto3-wire # tasty 1.4
- http-link-header # QuickCheck 2.14.2 - http-link-header # QuickCheck 2.14.2
- stripe-http-client # random 1.2
# test-framework per ghc 8.8 # test-framework per ghc 8.8
- extensible-effects # via test-framework - extensible-effects # via test-framework