[QA] allow ExistentialQuantification generally
This commit is contained in:
parent
9f56a6d667
commit
f18c377cc1
2
QA.hs
2
QA.hs
@ -18,7 +18,7 @@ import Control.Exception
|
|||||||
import System.Console.ANSI
|
import System.Console.ANSI
|
||||||
|
|
||||||
allowedExtensions =
|
allowedExtensions =
|
||||||
[ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving ]
|
[ ScopedTypeVariables, BangPatterns, ForeignFunctionInterface, OverloadedStrings, DeriveDataTypeable, ViewPatterns, GeneralizedNewtypeDeriving, ExistentialQuantification ]
|
||||||
perModuleAllowedExtensions =
|
perModuleAllowedExtensions =
|
||||||
[ ("Crypto/Hash/Utils.hs", [MagicHash])
|
[ ("Crypto/Hash/Utils.hs", [MagicHash])
|
||||||
, ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])
|
, ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user