Skip to content

regex-tdfa-1.2.3.3 violates PVP contract #29

@phadej

Description

@phadej
-(=~~) x r = do let make :: (RegexMaker Regex CompOption ExecOption a, Monad m) => a -> m Regex
+(=~~) x r = do let make :: (RegexMaker Regex CompOption ExecOption a, Fail.MonadFail m) => a -> m Regex

is a more demanding type-signature (and thus breaking) change and might cause difficult to track compilation errors.

This feels minor, but the 1.2.3.3 should been 1.3. You'll break pre-GHC-8.6 users which use =~~ with not MonadFail monads.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions