From 77166d4f41a857ab5a1c21bde1bef851281915d2 Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Wed, 22 Apr 2015 06:51:47 +0100 Subject: [PATCH] [QA] add other good extensions --- QA.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA.hs b/QA.hs index 404b1f4..b6ac314 100644 --- a/QA.hs +++ b/QA.hs @@ -16,7 +16,7 @@ import Control.Exception import System.Console.ANSI allowedExtensions = - [ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable ] + [ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving ] perModuleAllowedExtensions = [ ("Crypto/Hash/Utils.hs", [MagicHash]) , ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])