From 61d940b70071f1b2686c85f0a886c9496c157573 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 8 Apr 2015 22:38:30 +0100 Subject: [PATCH] add SecureMem to the disallowed module --- QA.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/QA.hs b/QA.hs index b6bc5c8..6d544a3 100644 --- a/QA.hs +++ b/QA.hs @@ -24,6 +24,7 @@ perModuleAllowedExtensions = disallowedModules = [ (ModuleName "System.IO.Unsafe", ModuleName "Crypto.Internal.Compat") , (ModuleName "Data.Byteable", ModuleName "Crypto.Internal.ByteArray") + , (ModuleName "Data.SecureMem", ModuleName "Crypto.Internal.ByteArray") ] main = do