[QA] whitelist more modules

This commit is contained in:
Vincent Hanquez 2015-05-03 14:27:37 +01:00
parent 4abc9fed08
commit 73729786c5

5
QA.hs
View File

@ -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 =