add SecureMem to the disallowed module

This commit is contained in:
Vincent Hanquez 2015-04-08 22:38:30 +01:00
parent ca5fdb49dc
commit 61d940b700

1
QA.hs
View File

@ -24,6 +24,7 @@ perModuleAllowedExtensions =
disallowedModules =
[ (ModuleName "System.IO.Unsafe", ModuleName "Crypto.Internal.Compat")
, (ModuleName "Data.Byteable", ModuleName "Crypto.Internal.ByteArray")
, (ModuleName "Data.SecureMem", ModuleName "Crypto.Internal.ByteArray")
]
main = do