From 4905a91514862f31c0e5f525734ceb435cf0b903 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 6 May 2015 07:54:31 +0100 Subject: [PATCH] [QA] add more exceptions --- QA.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QA.hs b/QA.hs index 320e321..5fa7955 100644 --- a/QA.hs +++ b/QA.hs @@ -35,7 +35,8 @@ perModuleAllowedExtensions = , ("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]) ] disallowedModules =