diff --git a/QA.hs b/QA.hs index 6c583c6..8d72818 100644 --- a/QA.hs +++ b/QA.hs @@ -65,6 +65,10 @@ perModuleAllowedModules = [ ModuleName "Data.ByteString" ] ) + , ("Crypto/Internal/Compat.hs", + [ ModuleName "System.IO.Unsafe" + ] + ) ] data Issue =