[QA] add more exceptions

This commit is contained in:
Vincent Hanquez 2015-05-03 14:48:48 +01:00
parent c751fd1a6b
commit cc15b91c07

4
QA.hs
View File

@ -26,11 +26,13 @@ perModuleAllowedExtensions =
, ("Crypto/Internal/Compat.hs", [CPP])
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash])
, ("Crypto/Internal/Endian.hs", [CPP])
, ("Crypto/Internal/WordArray.hs", [UnboxedTuples,MagicHash])
, ("Crypto/Internal/Hex.hs", [Rank2Types, UnboxedTuples, MagicHash])
, ("Crypto/Random/Entropy/Backend.hs", [ExistentialQuantification,CPP])
, ("Crypto/Cipher/Blowfish/Box.hs", [MagicHash])
, ("Crypto/Cipher/Blowfish.hs", [CPP])
, ("Crypto/Cipher/AES.hs", [CPP])
, ("Crypto/PubKey/Curve25519.hs", [MagicHash])
]
disallowedModules =