summaryrefslogtreecommitdiff
path: root/testsuite/tests/safeHaskell/ghci/p2.script
blob: 7eab1d425fa0293a86a80da5f17a2606f4917c7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
:set -XHaskell2010
-- 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