Skip to content

Commit

Permalink
Re-enabled xlsx (closes #7670).
Browse files Browse the repository at this point in the history
  • Loading branch information
alaendle committed Feb 8, 2025
1 parent d47b23f commit 0a14b6d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build-constraints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2693,7 +2693,7 @@ packages:
- type-equality

"Kirill Zaborsky <[email protected]> @qrilka":
- xlsx < 0 # 1.1.2.2 fails to compile https://github.com/commercialhaskell/stackage/issues/7670
- xlsx

"Matt Parsons <[email protected]> @parsonsmatt":
- annotated-exception
Expand Down Expand Up @@ -6371,7 +6371,6 @@ packages:
- bitcoin-types < 0 # tried bitcoin-types-0.9.2, but its *library* requires the disabled package: hexstring
- blake2 < 0 # tried blake2-0.3.0.1, but its *library* requires base ^>=4.15 || ^>=4.16 || ^>=4.17 || ^>=4.18 and the snapshot contains base-4.20.0.0
- blake2 < 0 # tried blake2-0.3.0.1, but its *library* requires bytestring ^>=0.10.12 || ^>=0.11 and the snapshot contains bytestring-0.12.1.0
- bnb-staking-csvs < 0 # tried bnb-staking-csvs-0.2.2.0, but its *library* requires the disabled package: cointracking-imports
- bookkeeping < 0 # tried bookkeeping-0.4.0.1, but its *library* requires text >=1.2.2.1 && < 1.3 and the snapshot contains text-2.1.1
- boomerang < 0 # tried boomerang-1.4.9.3, but its *library* requires template-haskell < 2.22 and the snapshot contains template-haskell-2.22.0.0
- boots < 0 # tried boots-0.2.0.1, but its *library* requires mtl >=2.2.2 && < 2.3 and the snapshot contains mtl-2.3.1
Expand Down Expand Up @@ -6453,7 +6452,6 @@ packages:
- cmark-highlight < 0 # tried cmark-highlight-0.2.0.0, but its *library* requires the disabled package: highlighting-kate
- co-log < 0 # tried co-log-0.6.1.1, but its *library* requires the disabled package: chronos
- co-log-concurrent < 0 # tried co-log-concurrent-0.5.1.0, but its *library* requires base >=4.10.1.0 && < 4.19 and the snapshot contains base-4.20.0.0
- cointracking-imports < 0 # tried cointracking-imports-0.1.0.2, but its *library* requires the disabled package: xlsx
- comonad-extras < 0 # tried comonad-extras-4.0.1, but its *library* requires containers >=0.4 && < 0.7 and the snapshot contains containers-0.7
- comonad-extras < 0 # tried comonad-extras-4.0.1, but its *library* requires semigroupoids >=4 && < 6 and the snapshot contains semigroupoids-6.0.1
- comonad-extras < 0 # tried comonad-extras-4.0.1, but its *library* requires transformers >=0.2 && < 0.6 and the snapshot contains transformers-0.6.1.1
Expand Down Expand Up @@ -7502,7 +7500,6 @@ packages:
- soap-tls < 0 # tried soap-tls-0.1.1.4, but its *library* requires the disabled package: x509-validation
- soap-tls < 0 # tried soap-tls-0.1.1.4, but its *library* requires tls >=1.3.8 && < 2.0 and the snapshot contains tls-2.1.7
- socket-activation < 0 # tried socket-activation-0.1.0.2, but its *library* requires network >=2.3 && < 2.9 and the snapshot contains network-3.2.7.0
- solana-staking-csvs < 0 # tried solana-staking-csvs-0.1.3.0, but its *library* requires the disabled package: cointracking-imports
- sparkle < 0 # tried sparkle-0.7.4, but its *library* requires inline-java >=0.7.0 && < 0.9 and the snapshot contains inline-java-0.10.0
- sparkle < 0 # tried sparkle-0.7.4, but its *library* requires jvm >=0.4.0.1 && < 0.5 and the snapshot contains jvm-0.6.0
- sparkle < 0 # tried sparkle-0.7.4, but its *library* requires the disabled package: jni
Expand Down Expand Up @@ -8392,7 +8389,6 @@ skipped-tests:
- rel8 # tried rel8-1.6.0.0, but its *test-suite* requires the disabled package: tmp-postgres
- relude # tried relude-1.2.2.0, but its *test-suite* requires doctest >=0.20 && < 0.23 and the snapshot contains doctest-0.23.0
- rest-rewrite # tried rest-rewrite-0.4.4, but its *test-suite* requires QuickCheck >=2.14.2 && < 2.15 and the snapshot contains QuickCheck-2.15.0.1
- rhine # tried rhine-1.5, but its *test-suite* requires tasty-quickcheck ^>=0.10 and the snapshot contains tasty-quickcheck-0.11.1
- rss-conduit # tried rss-conduit-0.6.0.1, but its *test-suite* requires the disabled package: hlint
- salak-toml # tried salak-toml-0.3.5.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.15.0.1
- scalendar # tried scalendar-1.2.0, but its *test-suite* requires the disabled package: SCalendar
Expand Down

0 comments on commit 0a14b6d

Please sign in to comment.