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