mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Disable vivid, unconstrain MonadRandom, closes #2180
This commit is contained in:
parent
9597971cec
commit
f1b5850f58
@ -2433,7 +2433,7 @@ packages:
|
||||
- postgresql-transactional
|
||||
|
||||
"Tom Murphy <amindfv@gmail.com> @amindfv":
|
||||
- vivid
|
||||
# - vivid # bounds: MonadRandom
|
||||
# - midair # bounds: ghc, base
|
||||
- nano-erl
|
||||
|
||||
@ -2798,9 +2798,6 @@ packages:
|
||||
- aeson < 1.1.0.0
|
||||
- hoauth2 < 0.5.8
|
||||
|
||||
# https://github.com/fpco/stackage/issues/2180
|
||||
- MonadRandom < 0.5
|
||||
|
||||
# https://github.com/fpco/stackage/issues/2194
|
||||
- vector < 0.12.0.0
|
||||
- primitive < 0.6.2.0
|
||||
@ -3432,7 +3429,7 @@ tell-me-when-its-released:
|
||||
- yarr-1.4.0.2 # Re-enable package https://github.com/fpco/stackage/issues/1876
|
||||
- terminal-progress-bar-0.1.1 # Unskip test suite
|
||||
- optparse-applicative-0.13.0.0 # Unskip test suite https://github.com/pcapriotti/optparse-applicative/issues/228
|
||||
- vivid-0.2.0.5 # compilation failure
|
||||
- vivid-0.2.0.5 # Re-enable package (disabed per MonadRandom < 0.5) https://github.com/fpco/stackage/issues/2180
|
||||
|
||||
# Packages which should be hidden after registering, to avoid module name
|
||||
# conflicts. This is intended for at least two use cases:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user