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