Menu

#5 Add Safe Haskell pragmas

v1.0 (example)
open
nobody
None
5
2015-09-21
2015-09-21
No

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.

Discussion


Log in to post a comment.