Add Crypto.System.CPU to QA

This commit is contained in:
Olivier Chéron 2019-08-12 21:10:47 +02:00
parent 00221a494c
commit 7e6aeaa8da

1
QA.hs
View File

@ -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 =