[QA] add 2 more exceptions

This commit is contained in:
Vincent Hanquez 2015-05-04 06:59:39 +01:00
parent f18c377cc1
commit d3f9647a54

3
QA.hs
View File

@ -33,6 +33,9 @@ perModuleAllowedExtensions =
, ("Crypto/Cipher/Blowfish.hs", [CPP])
, ("Crypto/Cipher/AES.hs", [CPP])
, ("Crypto/PubKey/Curve25519.hs", [MagicHash])
, ("Crypto/Cipher/Types/Block.hs", [Rank2Types, MultiParamTypeClasses])
, ("Crypto/Cipher/Types/AEAD.hs", [Rank2Types])
]
disallowedModules =