blob: f6b8cb3a5a89bc93c84fe4f71dec2ff1dcba1bf5 (
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
|
~~~~~~~~~~ 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:
~~~~~~~~~~ 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:
-XMagicHash
-XNoDatatypeContexts
-XNondecreasingIndentation
~~~~~~~~~~ Testing :show packages
active package flags: none
~~~~~~~~~~ Testing :show packages, including the ghc package
active package flags:
-package ghc
|