add Byteable to the bad module list

This commit is contained in:
Vincent Hanquez 2015-04-08 22:35:21 +01:00
parent 6d9317f963
commit ca5fdb49dc

1
QA.hs
View File

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