Various modules in the regex-posix package uses various "unsafe" functions and do not assert {-# LANGUAGE Trustworthy #-}. Therefore all modules that import these modules are inferred unsafe.
regex-posix
{-# LANGUAGE Trustworthy #-}
Log in to post a comment.