Skip to content

Commit

Permalink
Don' track disabled package tmp-postgres manually (closes #7140).
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Nov 3, 2024
1 parent 0d98665 commit cb8d1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3801,7 +3801,7 @@ packages:
"Jonathan Fischoff <jonathangfischoff@gmail.com> @jfischoff":
- clock-extras
- postgres-options
- tmp-postgres < 0 # 1.34.1.0 compile failure https://github.com/commercialhaskell/stackage/issues/7140
- tmp-postgres
- pg-transact
- port-utils
- postgresql-libpq-notify
Expand Down Expand Up @@ -7776,6 +7776,7 @@ packages:
- tls-debug < 0 # tried tls-debug-0.4.8, but its *executable* requires the disabled package: x509-system
- tls-debug < 0 # tried tls-debug-0.4.8, but its *executable* requires the disabled package: x509-validation
- tls-debug < 0 # tried tls-debug-0.4.8, but its *executable* requires tls >=1.3 && < 1.6 and the snapshot contains tls-2.1.1
- tmp-postgres < 0 # tried tmp-postgres-1.34.1.0, but its *library* requires ansi-wl-pprint < 1 and the snapshot contains ansi-wl-pprint-1.0.2
- tonalude < 0 # tried tonalude-0.2.0.0, but its *library* requires base >=4.14 && < 4.18 and the snapshot contains base-4.19.2.0
- tonalude < 0 # tried tonalude-0.2.0.0, but its *library* requires bytestring >=0.10 && < 0.12 and the snapshot contains bytestring-0.12.1.0
- tonaparser < 0 # tried tonaparser-0.2.0.0, but its *library* requires base >=4.14 && < 4.18 and the snapshot contains base-4.19.2.0
Expand Down Expand Up @@ -8553,7 +8554,6 @@ skipped-tests:
- redis-glob # tried redis-glob-0.1.0.8, but its *test-suite* requires the disabled package: ascii-superset
- registry # tried registry-0.6.1.0, but its *test-suite* requires bytestring < 0.12 and the snapshot contains bytestring-0.12.1.0
- registry # tried registry-0.6.1.0, but its *test-suite* requires tasty < 1.5 and the snapshot contains tasty-1.5.2
- rel8 # tried rel8-1.5.0.0, but its *test-suite* requires the disabled package: tmp-postgres
- relude # tried relude-1.2.2.0, but its *test-suite* requires hedgehog >=1.0 && < 1.5 and the snapshot contains hedgehog-1.5
- rhine # tried rhine-1.4.0.1, but its *test-suite* requires tasty-quickcheck ^>=0.10 and the snapshot contains tasty-quickcheck-0.11
- salak-toml # tried salak-toml-0.3.5.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.14.3
Expand Down

0 comments on commit cb8d1e8

Please sign in to comment.