Skip to content

Commit

Permalink
Re-enabled hw-streams (haskell-works/hw-streams#81).
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Sep 13, 2024
1 parent 96656b5 commit 03061bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3469,7 +3469,7 @@ packages:
- hw-rankselect
- hw-rankselect-base
- hw-simd
- hw-streams < 0 # 0.0.1.0 compile fail https://github.com/haskell-works/hw-streams/issues/81
- hw-streams
- hw-succinct
- hw-xml
- oops
Expand Down Expand Up @@ -8456,6 +8456,7 @@ skipped-tests:
- hw-rankselect # tried hw-rankselect-0.13.4.1, but its *test-suite* requires hedgehog >=1.0 && < 1.5 and the snapshot contains hedgehog-1.5
- hw-rankselect-base # tried hw-rankselect-base-0.3.4.1, but its *test-suite* requires hedgehog >=0.6 && < 1.5 and the snapshot contains hedgehog-1.5
- hw-simd # tried hw-simd-0.1.2.2, but its *test-suite* requires hedgehog >=0.5 && < 1.5 and the snapshot contains hedgehog-1.5
- hw-streams # tried hw-streams-0.0.1.1, but its *test-suite* requires the disabled package: hw-hspec-hedgehog
- hw-xml # tried hw-xml-0.5.1.2, but its *test-suite* requires hedgehog >=1.0 && < 1.5 and the snapshot contains hedgehog-1.5
- indexed-containers # tried indexed-containers-0.1.0.2, but its *test-suite* requires hspec >=2.4.8 && < 2.8 and the snapshot contains hspec-2.11.9
- inline-r # tried inline-r-1.0.1, but its *test-suite* requires tasty >=0.11 && < 1.5 and the snapshot contains tasty-1.5
Expand Down Expand Up @@ -9083,7 +9084,7 @@ expected-benchmark-failures:
- cmark-gfm # https://github.com/kivikakk/cmark-gfm-hs/issues/5
- cryptohash # 0.11.9 https://github.com/vincenthz/hs-cryptohash/pull/43
- do-list # 1.0.1 https://github.com/tserduke/do-list/issues/3
- fast-builder # 0.1.3.0 compile fail against aeson 2
- fast-builder # 0.1.4.0 compile fail against aeson 2
- genvalidity-text # 1.0.0.1 https://github.com/NorfairKing/validity/issues/105
- hedis # 0.15.2 https://github.com/informatikr/hedis/issues/214
- incremental-parser
Expand Down

0 comments on commit 03061bf

Please sign in to comment.