blob: c2d9061739d2c9e19b8a43b157d79ba748a3ebac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
-- Test bad imports
:unset +s
:set -XSafe
import System.IO.Unsafe
-- test trustworthy and package flag
import Data.ByteString
:set -fpackage-trust
import Data.ByteString
|