summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p2.script
blob: 19133c7b136603186595d715fb680c8f51b85539 (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 revist 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