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