[QA] add more exceptions
This commit is contained in:
parent
c751fd1a6b
commit
cc15b91c07
4
QA.hs
4
QA.hs
@ -26,11 +26,13 @@ perModuleAllowedExtensions =
|
|||||||
, ("Crypto/Internal/Compat.hs", [CPP])
|
, ("Crypto/Internal/Compat.hs", [CPP])
|
||||||
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash])
|
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash])
|
||||||
, ("Crypto/Internal/Endian.hs", [CPP])
|
, ("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/Random/Entropy/Backend.hs", [ExistentialQuantification,CPP])
|
||||||
, ("Crypto/Cipher/Blowfish/Box.hs", [MagicHash])
|
, ("Crypto/Cipher/Blowfish/Box.hs", [MagicHash])
|
||||||
, ("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])
|
||||||
]
|
]
|
||||||
|
|
||||||
disallowedModules =
|
disallowedModules =
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user