[QA] add some extra exceptions for module and extensions
This commit is contained in:
parent
4cde4f9311
commit
9c67e3c133
6
QA.hs
6
QA.hs
@ -23,6 +23,8 @@ perModuleAllowedExtensions =
|
||||
[ ("Crypto/Hash/Utils.hs", [MagicHash])
|
||||
, ("Crypto/Internal/ByteArray.hs", [MagicHash, UnboxedTuples])
|
||||
, ("Crypto/Internal/Memory.hs", [MagicHash, UnboxedTuples])
|
||||
, ("Crypto/Internal/Compat.hs", [CPP])
|
||||
, ("Crypto/Internal/CompatPrim.hs", [CPP,MagicHash])
|
||||
]
|
||||
|
||||
disallowedModules =
|
||||
@ -46,6 +48,10 @@ perModuleAllowedModules =
|
||||
[ ModuleName "Data.ByteString"
|
||||
]
|
||||
)
|
||||
, ("Crypto/Internal/Bytes.hs",
|
||||
[ ModuleName "Data.ByteString"
|
||||
]
|
||||
)
|
||||
]
|
||||
|
||||
data Issue =
|
||||
|
||||
Loading…
Reference in New Issue
Block a user