[QA] whitelist more modules
This commit is contained in:
parent
4abc9fed08
commit
73729786c5
5
QA.hs
5
QA.hs
@ -26,6 +26,11 @@ perModuleAllowedExtensions =
|
||||
, ("Crypto/Internal/Compat.hs", [CPP])
|
||||
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash])
|
||||
, ("Crypto/Internal/Endian.hs", [CPP])
|
||||
, ("Crypto/Random/Entropy/Backend.hs", [ExistentialQuantification,CPP])
|
||||
, ("Crypto/Cipher/Blowfish/Box.hs", [MagicHash])
|
||||
, ("Crypto/Cipher/Blowfish.hs", [CPP])
|
||||
, ("Crypto/Cipher/AES.hs", [CPP])
|
||||
|
||||
]
|
||||
|
||||
disallowedModules =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user