From cc15b91c07c992c77b4b6e3c0fb7ee9b6d47d42e Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 3 May 2015 14:48:48 +0100 Subject: [PATCH] [QA] add more exceptions --- QA.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/QA.hs b/QA.hs index e3747ca..9b6ae79 100644 --- a/QA.hs +++ b/QA.hs @@ -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 =