From 7e6aeaa8dad8aa344f0729d11a10b2c58bfd2912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9ron?= Date: Mon, 12 Aug 2019 21:10:47 +0200 Subject: [PATCH] Add Crypto.System.CPU to QA --- QA.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/QA.hs b/QA.hs index 09bb60e..bf6b2e2 100644 --- a/QA.hs +++ b/QA.hs @@ -48,6 +48,7 @@ perModuleAllowedExtensions = , ("Crypto/Cipher/Twofish/Primitive.hs", [MagicHash]) , ("Crypto/PubKey/Curve25519.hs", [MagicHash]) , ("Crypto/Number/Compat.hs", [UnboxedTuples,MagicHash,CPP]) + , ("Crypto/System/CPU.hs", [CPP]) ] disallowedModules =