Closed orome closed 5 years ago
I attempted to add this directive to the module, but it fails compilation with:
[...]/missingh/src/Data/String/Utils.hs:42:1:
Text.Regex: Can't be safely imported! The module itself isn't safe.
Here is a PR with all of the modules I was able to add it to. I was prompted to this activity by trying to import Data.Either.Utils
into my own Safe code.
resolved by 1e196622a088216784e328be7c95a20a5ff13d54
Can
Data.String.Utils
be marked in some way, perhaps withso that modules that import it are "Safe"?