Skip to content

Commit

Permalink
Reenable chell-* and tests for system-filepath; take murmur-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Nov 13, 2024
1 parent 2ea0267 commit 2257b02
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ packages:
- hackage-security-HTTP
- hslogger
- union-find-array
- murmur-hash

# Some "grandfathered dependencies" I took over because I contributed to them at some time.
# Feel free to snatch them from me!
Expand All @@ -170,7 +171,11 @@ packages:
- heist
- snap
- unix-compat

- chell
- chell-hunit
- chell-quickcheck
- system-fileio
- system-filepath

"Diogo Biazus <[email protected]>":
- hasql-notifications
Expand Down Expand Up @@ -2707,7 +2712,6 @@ packages:
- iso3166-country-codes
- iso639
- monoidal-containers
- murmur-hash
- protocol-buffers
- protocol-buffers-descriptor
- regex-pcre
Expand Down Expand Up @@ -5726,8 +5730,6 @@ packages:
- structured
- sundown
- syb
- system-fileio
- system-filepath
- tabular
- tar
- tasty-th
Expand Down Expand Up @@ -8277,6 +8279,9 @@ skipped-tests:
- glpk-headers
- utility-ht

# @andreasabel
- system-fileio # tests malfunction

# Uses Cabal's "library internal" stanza feature
- s3-signer

Expand Down Expand Up @@ -8597,9 +8602,6 @@ skipped-tests:
- strong-path # tried strong-path-1.1.4.0, but its *test-suite* requires tasty-discover >=4.2 && < 4.3 and the snapshot contains tasty-discover-5.0.0
- strong-path # tried strong-path-1.1.4.0, but its *test-suite* requires tasty-quickcheck >=0.10 && < 0.11 and the snapshot contains tasty-quickcheck-0.11
- swagger2 # tried swagger2-2.8.9, but its *test-suite* requires hspec-discover >=2.5.5 && < 2.9 and the snapshot contains hspec-discover-2.11.9
- system-fileio # tried system-fileio-0.3.16.4, but its *test-suite* requires the disabled package: chell
- system-filepath # tried system-filepath-0.4.14, but its *test-suite* requires the disabled package: chell
- system-filepath # tried system-filepath-0.4.14, but its *test-suite* requires the disabled package: chell-quickcheck
- tasty-checklist # tried tasty-checklist-1.0.6.0, but its *test-suite* requires doctest >=0.10 && < 0.22 and the snapshot contains doctest-0.22.6
- tasty-discover # tried tasty-discover-5.0.0, but its *test-suite* requires hspec >=2.7 && < 2.11 and the snapshot contains hspec-2.11.9
- tasty-discover # tried tasty-discover-5.0.0, but its *test-suite* requires hspec-core >=2.7.10 && < 2.11 and the snapshot contains hspec-core-2.11.9
Expand Down

0 comments on commit 2257b02

Please sign in to comment.