Skip to content

Commit

Permalink
Remove upper bound for xml-conduit (closes #7662).
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Feb 2, 2025
1 parent 56b9d5d commit f99df88
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2799,7 +2799,7 @@ packages:
- servant-checked-exceptions-core
- servant-rawm
- servant-static-th
- termonad < 0 # dropped until moved to gth4 (see #7540)
- termonad < 0 # dropped until moved to gtk4 (see #7540)
- world-peace
- xml-html-qq
- xml-indexed-cursor
Expand Down Expand Up @@ -6796,7 +6796,7 @@ packages:
- heftia-effects < 0 # tried heftia-effects-0.5.0.0, but its *library* requires the disabled package: data-effects
- hegg < 0 # tried hegg-0.5.0.0, but its *library* requires containers >=0.4 && < 0.7 and the snapshot contains containers-0.7
- herms < 0 # tried herms-1.9.0.4, but its *executable* requires ansi-terminal >=0.7.0 && < =0.8.1 and the snapshot contains ansi-terminal-1.1.2
- herms < 0 # tried herms-1.9.0.4, but its *executable* requires brick >=0.19 && < =0.39 and the snapshot contains brick-2.6
- herms < 0 # tried herms-1.9.0.4, but its *executable* requires brick >=0.19 && < =0.39 and the snapshot contains brick-2.7
- herms < 0 # tried herms-1.9.0.4, but its *executable* requires filepath >=1.4 && < 1.5 and the snapshot contains filepath-1.5.2.0
- herms < 0 # tried herms-1.9.0.4, but its *executable* requires mtl >=2.2.1 && < 2.3 and the snapshot contains mtl-2.3.1
- herms < 0 # tried herms-1.9.0.4, but its *executable* requires optparse-applicative >=0.14 && < 0.15 and the snapshot contains optparse-applicative-0.18.1.0
Expand Down Expand Up @@ -7069,7 +7069,7 @@ packages:
- modify-fasta < 0 # tried modify-fasta-0.8.3.0, but its *executable* requires the disabled package: pipes-text
- modify-fasta < 0 # tried modify-fasta-0.8.3.0, but its *library* requires the disabled package: regex-tdfa-text
- moffy-samples-gtk4 < 0 # tried moffy-samples-gtk4-0.1.0.1, but its *executable* requires the disabled package: moffy-samples-gtk4-run
- monad-bayes < 0 # tried monad-bayes-1.3.0.4, but its *library* requires brick >=2.3.1 && < 2.6 and the snapshot contains brick-2.6
- monad-bayes < 0 # tried monad-bayes-1.3.0.4, but its *library* requires brick >=2.3.1 && < 2.6 and the snapshot contains brick-2.7
- monad-journal < 0 # tried monad-journal-0.8.1, but its *library* requires mtl >=2.1 && < 2.3 and the snapshot contains mtl-2.3.1
- monad-journal < 0 # tried monad-journal-0.8.1, but its *library* requires transformers >=0.3 && < 0.6 and the snapshot contains transformers-0.6.1.1
- monad-logger-prefix < 0 # tried monad-logger-prefix-0.1.12, but its *library* requires mtl >=2.1 && < 2.3 and the snapshot contains mtl-2.3.1
Expand Down Expand Up @@ -7857,9 +7857,6 @@ packages:

# https://github.com/commercialhaskell/stackage/issues/7654
- srtree < 2.0.0.3

# https://github.com/commercialhaskell/stackage/issues/7662
- xml-conduit < 1.10
# end of Stackage upper bounds
# end of packages

Expand Down

0 comments on commit f99df88

Please sign in to comment.