[QA] allow emptyDataDecls
This commit is contained in:
parent
b3ebf3f3b8
commit
f84d60e69f
4
QA.hs
4
QA.hs
@ -18,13 +18,13 @@ import Control.Exception
|
|||||||
import System.Console.ANSI
|
import System.Console.ANSI
|
||||||
|
|
||||||
allowedExtensions =
|
allowedExtensions =
|
||||||
[ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving, ExistentialQuantification ]
|
[ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving, ExistentialQuantification, EmptyDataDecls ]
|
||||||
perModuleAllowedExtensions =
|
perModuleAllowedExtensions =
|
||||||
[ ("Crypto/Hash/Utils.hs", [MagicHash])
|
[ ("Crypto/Hash/Utils.hs", [MagicHash])
|
||||||
, ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])
|
, ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])
|
||||||
, ("Crypto/Internal/Memory.hs", [MagicHash, UnboxedTuples])
|
, ("Crypto/Internal/Memory.hs", [MagicHash, UnboxedTuples])
|
||||||
, ("Crypto/Internal/Compat.hs", [CPP])
|
, ("Crypto/Internal/Compat.hs", [CPP])
|
||||||
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash])
|
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash,UnboxedTuples])
|
||||||
, ("Crypto/Internal/Endian.hs", [CPP])
|
, ("Crypto/Internal/Endian.hs", [CPP])
|
||||||
, ("Crypto/Internal/WordArray.hs", [UnboxedTuples,MagicHash])
|
, ("Crypto/Internal/WordArray.hs", [UnboxedTuples,MagicHash])
|
||||||
, ("Crypto/Internal/Hex.hs", [Rank2Types, UnboxedTuples, MagicHash])
|
, ("Crypto/Internal/Hex.hs", [Rank2Types, UnboxedTuples, MagicHash])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user