add SecureMem to the disallowed module
This commit is contained in:
parent
ca5fdb49dc
commit
61d940b700
1
QA.hs
1
QA.hs
@ -24,6 +24,7 @@ perModuleAllowedExtensions =
|
|||||||
disallowedModules =
|
disallowedModules =
|
||||||
[ (ModuleName "System.IO.Unsafe", ModuleName "Crypto.Internal.Compat")
|
[ (ModuleName "System.IO.Unsafe", ModuleName "Crypto.Internal.Compat")
|
||||||
, (ModuleName "Data.Byteable", ModuleName "Crypto.Internal.ByteArray")
|
, (ModuleName "Data.Byteable", ModuleName "Crypto.Internal.ByteArray")
|
||||||
|
, (ModuleName "Data.SecureMem", ModuleName "Crypto.Internal.ByteArray")
|
||||||
]
|
]
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user