[QA] add one more exception

This commit is contained in:
Vincent Hanquez 2015-05-11 09:34:18 +01:00
parent 761574a65f
commit deb07b2c6c

4
QA.hs
View File

@ -65,6 +65,10 @@ perModuleAllowedModules =
[ ModuleName "Data.ByteString"
]
)
, ("Crypto/Internal/Compat.hs",
[ ModuleName "System.IO.Unsafe"
]
)
]
data Issue =