-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
-(=~~) 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
Labels
No labels