From 9c67e3c13351797ee39929af70f49e808769a5d0 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sat, 2 May 2015 15:44:53 +0100 Subject: [PATCH] [QA] add some extra exceptions for module and extensions --- QA.hs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/QA.hs b/QA.hs index 89360fc..8d25790 100644 --- a/QA.hs +++ b/QA.hs @@ -23,6 +23,8 @@ perModuleAllowedExtensions = [ ("Crypto/Hash/Utils.hs", [MagicHash]) , ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples]) , ("Crypto/Internal/Memory.hs", [MagicHash, UnboxedTuples]) + , ("Crypto/Internal/Compat.hs", [CPP]) + , ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash]) ] disallowedModules = @@ -46,6 +48,10 @@ perModuleAllowedModules = [ ModuleName "Data.ByteString" ] ) + , ("Crypto/Internal/Bytes.hs", + [ ModuleName "Data.ByteString" + ] + ) ] data Issue =