Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

network-run-0.3 and http2-5.2.3 #7454

Merged
merged 2 commits into from
Jul 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5703,7 +5703,7 @@ packages:
- network-info
- network-ip
- network-multicast
- network-run < 0.3.0 # https://github.com/commercialhaskell/stackage/issues/7444
- network-run
- network-uri < 2.7.0.0 || > 2.7.0.0 # 2.7.0.0 was deprecated, don't remove bound until >2.7.0.0 is released.
- next-ref
- nicify-lib
Expand Down Expand Up @@ -8464,13 +8464,6 @@ packages:
- emacs-module < 0.2.1.1
- json-spec-elm-servant < 0.4.1.0

# https://github.com/commercialhaskell/stackage/issues/7447
- attoparsec-framer < 0.1.0.5

# https://github.com/commercialhaskell/stackage/issues/7448
- http2 < 5.2.3
- http-semantics < 0.1

# https://github.com/commercialhaskell/stackage/issues/7449
- fourmolu < 0.16

Expand Down Expand Up @@ -8987,6 +8980,7 @@ skipped-tests:
- pasta-curves # tried pasta-curves-0.0.1.0, but its *test-suite* requires tasty >=1.4 && < 1.5 and the snapshot contains tasty-1.5
- peregrin # tried peregrin-0.4.2, but its *test-suite* requires transformers >=0.5.2 && < 0.6 and the snapshot contains transformers-0.6.1.0
- pg-transact # tried pg-transact-0.3.2.0, but its *test-suite* requires the disabled package: tmp-postgres
- pinch # tried pinch-0.5.1.0, but its *test-suite* requires network-run >=0.2.4 && < 0.3 and the snapshot contains network-run-0.3.0
- pipes-category # tried pipes-category-0.3.0.0, but its *test-suite* requires transformers >=0.4 && < 0.6 and the snapshot contains transformers-0.6.1.0
- pipes-extras # tried pipes-extras-1.0.15, but its *test-suite* requires transformers >=0.2.0.0 && < 0.6 and the snapshot contains transformers-0.6.1.0
- pipes-fluid # tried pipes-fluid-0.6.0.1, but its *test-suite* requires the disabled package: pipes-misc
Expand Down