add DeriveDataTypeable to allowed extensions

This commit is contained in:
Vincent Hanquez 2015-04-07 06:52:59 +01:00
parent fb7855985e
commit 4e1c373fdc

2
QA.hs
View File

@ -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])