[QA] add 2 more exceptions
This commit is contained in:
parent
f18c377cc1
commit
d3f9647a54
3
QA.hs
3
QA.hs
@ -33,6 +33,9 @@ perModuleAllowedExtensions =
|
|||||||
, ("Crypto/Cipher/Blowfish.hs", [CPP])
|
, ("Crypto/Cipher/Blowfish.hs", [CPP])
|
||||||
, ("Crypto/Cipher/AES.hs", [CPP])
|
, ("Crypto/Cipher/AES.hs", [CPP])
|
||||||
, ("Crypto/PubKey/Curve25519.hs", [MagicHash])
|
, ("Crypto/PubKey/Curve25519.hs", [MagicHash])
|
||||||
|
, ("Crypto/Cipher/Types/Block.hs", [Rank2Types, MultiParamTypeClasses])
|
||||||
|
, ("Crypto/Cipher/Types/AEAD.hs", [Rank2Types])
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
disallowedModules =
|
disallowedModules =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user