Recategorize and comment on packages blocked by ghc 8.4

This commit is contained in:
Dan Burton 2018-03-12 16:29:28 -07:00
parent c46ea32136
commit 6c5b4c34e6
No known key found for this signature in database
GPG Key ID: 41F154F410EC12E0

View File

@ -3256,7 +3256,15 @@ packages:
# request. This will tell us if other packages would be
# affected. Packages will be kept in this list indefinitely so
# that new packages depending on it will be flagged as well.
"Removed packages":
"Removed packages": []
# This section was used to programmatically generate a set of removals
# that would result in a valid build plan.
# These packages have version bounds in their deps or transitive deps
# which prevent them from forming a valid build plan with ghc 8.4.
# These lines are temporary and should ideally be replaced by commenting out
# the packages at their point of inclusion.
"Blocked by GHC 8.4":
- Agda < 0 # GHC 8.4 via base-4.11.0.0
- Earley < 0 # GHC 8.4 via base-4.11.0.0
- Frames < 0 # GHC 8.4 via base-4.11.0.0