Update build-constraints.yaml

Removed some other occurrences of these packages in build-constraints.yaml. Not sure if I did it correctly...
This commit is contained in:
David Simmons-Duffin 2024-03-25 15:42:59 -07:00 committed by GitHub
parent 65f74540ae
commit 51cbe58031
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5457,8 +5457,6 @@ packages:
- dictionary-sharing - dictionary-sharing
- direct-sqlite - direct-sqlite
- discount - discount
- distributed-process
- distributed-static
- djot - djot
- dlist - dlist
- dlist-instances - dlist-instances
@ -5637,7 +5635,6 @@ packages:
- network-ip - network-ip
- network-multicast - network-multicast
- network-run - network-run
- network-transport
- 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. - 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 - next-ref
- nicify-lib - nicify-lib
@ -5684,7 +5681,6 @@ packages:
- random - random
- random-shuffle - random-shuffle
- range-set-list - range-set-list
- rank1dynamic
- ratio-int - ratio-int
- raw-strings-qq - raw-strings-qq
- readable - readable
@ -6593,17 +6589,10 @@ packages:
- dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* requires transformers >=0.4.2.0 && < 0.6 and the snapshot contains transformers-0.6.1.0 - dictionaries < 0 # tried dictionaries-0.2.0.4, but its *library* requires transformers >=0.4.2.0 && < 0.6 and the snapshot contains transformers-0.6.1.0
- direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* requires Cabal >=2.0 && < 2.2 and the snapshot contains Cabal-3.10.2.0 - direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* requires Cabal >=2.0 && < 2.2 and the snapshot contains Cabal-3.10.2.0
- direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* requires the disabled package: cabal-toolkit - direct-rocksdb < 0 # tried direct-rocksdb-0.0.3, but its *library* requires the disabled package: cabal-toolkit
- distributed-process < 0 # tried distributed-process-0.7.4, but its *library* requires bytestring >=0.9 && < 0.11 and the snapshot contains bytestring-0.12.1.0
- distributed-process < 0 # tried distributed-process-0.7.4, but its *library* requires containers >=0.5 && < 0.6 and the snapshot contains containers-0.6.8
- distributed-process < 0 # tried distributed-process-0.7.4, but its *library* requires hashable >=1.2.0.5 && < 1.3 and the snapshot contains hashable-1.4.3.0
- distributed-process < 0 # tried distributed-process-0.7.4, but its *library* requires random >=1.0 && < 1.2 and the snapshot contains random-1.2.1.2
- distributed-process < 0 # tried distributed-process-0.7.4, but its *library* requires stm >=2.4 && < 2.5 and the snapshot contains stm-2.5.2.1
- distributed-process < 0 # tried distributed-process-0.7.4, but its *library* requires transformers >=0.2 && < 0.6 and the snapshot contains transformers-0.6.1.0
- distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires deepseq >=1.2 && < 1.5 and the snapshot contains deepseq-1.5.0.0 - distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires deepseq >=1.2 && < 1.5 and the snapshot contains deepseq-1.5.0.0
- distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires mtl >=2.0 && < 2.3 and the snapshot contains mtl-2.3.1 - distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires mtl >=2.0 && < 2.3 and the snapshot contains mtl-2.3.1
- distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires transformers >=0.4 && < 0.6 and the snapshot contains transformers-0.6.1.0 - distributed-process-lifted < 0 # tried distributed-process-lifted-0.3.0.1, but its *library* requires transformers >=0.4 && < 0.6 and the snapshot contains transformers-0.6.1.0
- distributed-process-monad-control < 0 # tried distributed-process-monad-control-0.5.1.3, but its *library* requires the disabled package: distributed-process - distributed-process-monad-control < 0 # tried distributed-process-monad-control-0.5.1.3, but its *library* requires the disabled package: distributed-process
- distributed-static < 0 # tried distributed-static-0.3.9, but its *library* requires bytestring >=0.10 && < 0.12 and the snapshot contains bytestring-0.12.1.0
- distribution < 0 # tried distribution-1.1.1.0, but its *library* requires containers >=0.5 && < 0.6 and the snapshot contains containers-0.6.8 - distribution < 0 # tried distribution-1.1.1.0, but its *library* requires containers >=0.5 && < 0.6 and the snapshot contains containers-0.6.8
- distribution < 0 # tried distribution-1.1.1.0, but its *library* requires random >=1.1 && < 1.2 and the snapshot contains random-1.2.1.2 - distribution < 0 # tried distribution-1.1.1.0, but its *library* requires random >=1.1 && < 1.2 and the snapshot contains random-1.2.1.2
- diversity < 0 # tried diversity-0.8.1.0, but its *library* requires the disabled package: fasta - diversity < 0 # tried diversity-0.8.1.0, but its *library* requires the disabled package: fasta
@ -9168,7 +9157,6 @@ expected-test-failures:
- concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12 - concurrent-extra # https://github.com/basvandijk/concurrent-extra/issues/12
- crypto-numbers - crypto-numbers
- css-text # https://github.com/yesodweb/css-text/issues/10 - css-text # https://github.com/yesodweb/css-text/issues/10
- distributed-process
- distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2 - distributed-process-execution # https://github.com/haskell-distributed/distributed-process-execution/issues/2
- distributed-process-task - distributed-process-task
- dl-fedora # status 404 on http download - dl-fedora # status 404 on http download
@ -9400,7 +9388,6 @@ expected-test-failures:
- prettyprinter-ansi-terminal - prettyprinter-ansi-terminal
- product-profunctors # 0.11.0.3 executable not found - product-profunctors # 0.11.0.3 executable not found
- rando # https://github.com/commercialhaskell/stackage/issues/4249 - rando # https://github.com/commercialhaskell/stackage/issues/4249
- rank1dynamic
- readline # 1.0.3.0 - readline # 1.0.3.0
- req # https://github.com/commercialhaskell/stackage/issues/6904 - req # https://github.com/commercialhaskell/stackage/issues/6904
- rescue - rescue
@ -9659,7 +9646,6 @@ skipped-benchmarks:
- cmark-gfm # tried cmark-gfm-0.2.6, but its *benchmarks* requires the disabled package: cheapskate - cmark-gfm # tried cmark-gfm-0.2.6, but its *benchmarks* requires the disabled package: cheapskate
- csg # tried csg-0.1.0.6, but its *benchmarks* requires criterion < 1.6 and the snapshot contains criterion-1.6.3.0 - csg # tried csg-0.1.0.6, but its *benchmarks* requires criterion < 1.6 and the snapshot contains criterion-1.6.3.0
- csg # tried csg-0.1.0.6, but its *benchmarks* requires vector < 0.13 and the snapshot contains vector-0.13.1.0 - csg # tried csg-0.1.0.6, but its *benchmarks* requires vector < 0.13 and the snapshot contains vector-0.13.1.0
- distributed-process # tried distributed-process-0.7.4, but its *benchmarks* requires the disabled package: network-transport-tcp
- ed25519 # tried ed25519-0.0.5.0, but its *benchmarks* requires criterion >=0.8 && < 1.2 and the snapshot contains criterion-1.6.3.0 - ed25519 # tried ed25519-0.0.5.0, but its *benchmarks* requires criterion >=0.8 && < 1.2 and the snapshot contains criterion-1.6.3.0
- ed25519 # tried ed25519-0.0.5.0, but its *benchmarks* requires deepseq >=1.3 && < 1.5 and the snapshot contains deepseq-1.5.0.0 - ed25519 # tried ed25519-0.0.5.0, but its *benchmarks* requires deepseq >=1.3 && < 1.5 and the snapshot contains deepseq-1.5.0.0
- extensible-effects # tried extensible-effects-5.0.0.1, but its *benchmarks* requires the disabled package: test-framework-th - extensible-effects # tried extensible-effects-5.0.0.1, but its *benchmarks* requires the disabled package: test-framework-th