From deb07b2c6cdc0b34da9530e6f02cce4ade559e6c Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 11 May 2015 09:34:18 +0100 Subject: [PATCH] [QA] add one more exception --- QA.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/QA.hs b/QA.hs index 6c583c6..8d72818 100644 --- a/QA.hs +++ b/QA.hs @@ -65,6 +65,10 @@ perModuleAllowedModules = [ ModuleName "Data.ByteString" ] ) + , ("Crypto/Internal/Compat.hs", + [ ModuleName "System.IO.Unsafe" + ] + ) ] data Issue =