[QA] update to latest state of things

This commit is contained in:
Vincent Hanquez 2015-07-29 10:02:44 +01:00
parent 8a0bacfc6d
commit 0de643dbce

7
QA.hs
View File

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