From 4e1c373fdc55272fc7e6651662613d155fc2829c Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Tue, 7 Apr 2015 06:52:59 +0100 Subject: [PATCH] add DeriveDataTypeable to allowed extensions --- QA.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QA.hs b/QA.hs index bf47210..b5c29f7 100644 --- a/QA.hs +++ b/QA.hs @@ -14,7 +14,7 @@ import Control.Exception import System.Console.ANSI allowedExtensions = - [ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings] + [ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable ] perModuleAllowedExtensions = [ ("Crypto/Hash/Utils.hs", [MagicHash]) , ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])