mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
move JuicyPixels bound under vector
This commit is contained in:
parent
9291a61123
commit
74f592e10d
@ -1152,7 +1152,7 @@ packages:
|
||||
- monoid-extras
|
||||
|
||||
"Vincent Berthoux <vincent.berthoux@gmail.com> @Twinside":
|
||||
- JuicyPixels < 3.3.8 # OK for GHC 9.4.2 https://github.com/commercialhaskell/stackage/issues/6624
|
||||
- JuicyPixels
|
||||
- FontyFruity
|
||||
- Rasterific
|
||||
- svg-tree
|
||||
@ -7902,7 +7902,8 @@ packages:
|
||||
|
||||
"Stackage upper bounds":
|
||||
# https://github.com/commercialhaskell/stackage/issues/6624
|
||||
- vector < 0.13 # OK for GHC 9.4.2
|
||||
- vector < 0.13
|
||||
- JuicyPixels < 3.3.8
|
||||
|
||||
# https://github.com/commercialhaskell/stackage/issues/6744
|
||||
- resourcet < 1.3.0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user