From d3f9647a549634c572c59412188603798761731c Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 4 May 2015 06:59:39 +0100 Subject: [PATCH] [QA] add 2 more exceptions --- QA.hs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QA.hs b/QA.hs index 872ea83..320e321 100644 --- a/QA.hs +++ b/QA.hs @@ -33,6 +33,9 @@ perModuleAllowedExtensions = , ("Crypto/Cipher/Blowfish.hs", [CPP]) , ("Crypto/Cipher/AES.hs", [CPP]) , ("Crypto/PubKey/Curve25519.hs", [MagicHash]) + , ("Crypto/Cipher/Types/Block.hs", [Rank2Types, MultiParamTypeClasses]) + , ("Crypto/Cipher/Types/AEAD.hs", [Rank2Types]) + ] disallowedModules =