-
Notifications
You must be signed in to change notification settings - Fork 0
/
.ghci800
67 lines (63 loc) · 1.58 KB
/
.ghci800
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
-- This file mirrors the flags for the lowest-common-denominator (currently
-- GHC 8.0.x) enabled in Agda.cabal.
--
-- It should be loaded automatically by the `.ghci` file in this directory.
--
:set -hide-package Agda
:set -fexpose-all-unfoldings
:set -fspecialise-aggressively
:set -threaded
:set -w
-- :set -Werror
:set -Wunrecognised-warning-flags
:set -Wdeprecated-flags
:set -Wderiving-typeable
:set -Wdodgy-exports
:set -Wdodgy-foreign-imports
:set -Wdodgy-imports
:set -Wduplicate-exports
:set -Wempty-enumerations
:set -Whi-shadowing
:set -Widentities
:set -Wincomplete-patterns
:set -Winline-rule-shadowing
:set -Wmissing-fields
:set -Wmissing-methods
:set -Wmissing-pattern-synonym-signatures
:set -Wmissing-signatures
:set -Wnoncanonical-monad-instances
:set -Wnoncanonical-monoid-instances
:set -Woverflowed-literals
:set -Woverlapping-patterns
:set -Wsemigroup
:set -Wtabs
:set -Wtyped-holes
:set -Wunrecognised-pragmas
:set -Wunticked-promoted-constructors
:set -Wunused-do-bind
:set -Wunused-foralls
:set -Wwarnings-deprecations
:set -Wwrong-do-bind
:set -Wunused-imports
:set -Wunused-top-binds
:set -XConstraintKinds
:set -XDataKinds
:set -XDefaultSignatures
:set -XDeriveFoldable
:set -XDeriveFunctor
:set -XDeriveTraversable
:set -XExistentialQuantification
:set -XFlexibleContexts
:set -XFlexibleInstances
:set -XFunctionalDependencies
:set -XLambdaCase
:set -XMultiParamTypeClasses
:set -XMultiWayIf
:set -XNamedFieldPuns
:set -XOverloadedStrings
:set -XRankNTypes
:set -XRecordWildCards
:set -XScopedTypeVariables
:set -XStandaloneDeriving
:set -XTupleSections
:set -XTypeSynonymInstances