summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p12.script
blob: 486302e8ed0d49ec0f33f05c1410adb0af7e4bcb (plain)
1
2
3
4
5
6
7
8
9
10
-- Test you can't unset options
:unset +s
:set -XSafe
:unset -XSafe

:set -fpackage-trust
:unset -fpackage-trust

import Data.ByteString