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

Update to v0.14.0-rc3 #101

Merged
merged 3 commits into from
Dec 5, 2020
Merged

Update to v0.14.0-rc3 #101

merged 3 commits into from
Dec 5, 2020

Conversation

JordanMartinez
Copy link
Contributor

@JordanMartinez
Copy link
Contributor Author

CI is failing due to the MonadZero issue:

[1/1 UserDefinedWarning] src/Text/Parsing/Parser.purs:117:1

  117  instance monadZeroParserT :: Monad m => MonadZero (ParserT s m)
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  
  A custom warning occurred while solving type class constraints:
  
    'MonadZero' is deprecated, use 'Monad' and 'Alternative' constraints instead
  
  in value declaration monadZeroParserT

           Src   Lib   All
Warnings   0     0/8   0/8
Errors     1     0     1  
[error] Failed to build.
Error: Process completed with exit code 1.

@thomashoneyman
Copy link
Contributor

We can do the same thing as purescript/purescript-lists#177

@JordanMartinez
Copy link
Contributor Author

Fixed. CI now passes.

@thomashoneyman thomashoneyman merged commit ca0234e into purescript-contrib:main Dec 5, 2020
@JordanMartinez JordanMartinez deleted the updateTo14 branch December 5, 2020 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants