add Byteable to the bad module list
This commit is contained in:
parent
6d9317f963
commit
ca5fdb49dc
1
QA.hs
1
QA.hs
@ -23,6 +23,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")
|
||||||
]
|
]
|
||||||
|
|
||||||
main = do
|
main = do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user