From f18c377cc1b76772ef8c30befaba39e9043b5bfb Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 4 May 2015 06:59:27 +0100 Subject: [PATCH] [QA] allow ExistentialQuantification generally --- QA.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA.hs b/QA.hs index 46f3f9e..872ea83 100644 --- a/QA.hs +++ b/QA.hs @@ -18,7 +18,7 @@ import Control.Exception import System.Console.ANSI allowedExtensions = - [ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving ] + [ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving, ExistentialQuantification ] perModuleAllowedExtensions = [ ("Crypto/Hash/Utils.hs", [MagicHash]) , ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])