blob: 084f1ff6858a3004bfe80139d10c767d980aee7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
~~~~~~~~~~ Testing :set
options currently set: none.
base language is: Haskell2010
with the following modifiers:
-XNoDatatypeContexts
-XNondecreasingIndentation
GHCi-specific dynamic flag settings:
other dynamic, non-language, flag settings:
-fforce-recomp
-fimplicit-import-qualified
warning settings:
-fno-warn-missed-specialisations
-fno-warn-tabs
~~~~~~~~~~ Testing :set -a
options currently set: none.
base language is: Haskell2010
all active language options:
GHCi-specific dynamic flag settings:
-fno-print-explicit-foralls
other dynamic, non-language, flag settings:
warning settings:
-fno-warn-implicit-prelude
~~~~~~~~~~ Testing :show languages
base language is: Haskell2010
with the following modifiers:
-XNoDatatypeContexts
-XNondecreasingIndentation
~~~~~~~~~~ Testing :show languages, with -XMagicHash
base language is: Haskell2010
with the following modifiers:
-XNoDatatypeContexts
-XMagicHash
-XNondecreasingIndentation
~~~~~~~~~~ Testing :show packages
active package flags: none
~~~~~~~~~~ Testing :show packages, including the ghc package
active package flags:
-package ghc
|