Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused proctest dependency #514

Merged
merged 1 commit into from
Nov 9, 2024

Conversation

alexfmpe
Copy link
Member

@alexfmpe alexfmpe commented Nov 8, 2024

Fixes CI which started failing recently since text 2.1.2 broke proctest build and thus a test suite here.
proctest is not actually used here, only declared so easy fix.
haskell/text#608
https://github.com/alexfmpe/reflex/actions/runs/11654426219/job/32447941922#step:5:948

Error:     Ambiguous occurrence ‘show’
    It could refer to
       either ‘Prelude.show’,
Error: cabal: Failed to build proctest-0.1.3.0. See the build log above for
details.

              imported from ‘Prelude’ at Test/Proctest.hs:65:8-20
              (and originally defined in ‘GHC.Show’)
           or ‘Data.Text.show’,
              imported from ‘Data.Text’ at Test/Proctest.hs:104:1-16
    |
196 |     msg = "Test.Proctest.Timeout: " ++ show n ++ " microseconds do not fit into Int"
    |                                        ^^^^
Error: Process completed with exit code 1.

@ymeister ymeister merged commit 58a67d3 into reflex-frp:develop Nov 9, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants