:: Read a => String -> Maybe a package:tasty

Safe read function. Defined here for convenience to use for parseValue.
Try to parse an option value from a string. Consider using safeReadBool for boolean options and safeRead for numeric options.