From 0de643dbce1194cad72505b7791293cd256e6c3b Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 29 Jul 2015 10:02:44 +0100 Subject: [PATCH] [QA] update to latest state of things --- QA.hs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/QA.hs b/QA.hs index d7af81e..edc22c1 100644 --- a/QA.hs +++ b/QA.hs @@ -28,16 +28,17 @@ perModuleAllowedExtensions = , ("Crypto/Internal/Endian.hs", [CPP]) , ("Crypto/Internal/WordArray.hs", [UnboxedTuples,MagicHash]) , ("Crypto/Internal/Hex.hs", [Rank2Types, UnboxedTuples, MagicHash]) + , ("Crypto/Internal/DeepSeq.hs", [CPP]) , ("Crypto/Random/Entropy/Backend.hs", [ExistentialQuantification,CPP]) , ("Crypto/Random/Entropy/Windows.hs", [CPP]) , ("Crypto/Cipher/Blowfish/Box.hs", [MagicHash]) , ("Crypto/Cipher/Blowfish.hs", [CPP]) , ("Crypto/Cipher/AES.hs", [CPP]) - , ("Crypto/PubKey/Curve25519.hs", [MagicHash]) , ("Crypto/Cipher/Types/Block.hs", [Rank2Types, MultiParamTypeClasses]) , ("Crypto/Cipher/Types/AEAD.hs", [Rank2Types]) , ("Crypto/Cipher/Camellia/Primitive.hs", [MagicHash]) , ("Crypto/Cipher/DES/Primitive.hs", [FlexibleInstances]) + , ("Crypto/PubKey/Curve25519.hs", [MagicHash]) , ("Crypto/Number/Compat.hs", [UnboxedTuples,MagicHash,CPP]) ] @@ -70,6 +71,10 @@ perModuleAllowedModules = [ ModuleName "System.IO.Unsafe" ] ) + , ("Crypto/Random/SystemDRG.hs", + [ ModuleName "System.IO.Unsafe" + ] + ) ] data Issue =