summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p2.script
blob: 188915579e0c9810646a964eeee19d7fce8e05a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- Test bad options

:unset +s
:set -XSafe

-- we actually allow this for now but may want to revisit this decision
-- (as in, given we are in -XSafe, we may not want to allow package trust
-- flags to be changed...)
:set -trust base
:set -distrust base
:set -distrust-all-packages