-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcommon.yaml
54 lines (51 loc) · 1.41 KB
/
common.yaml
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
- &changes_version "0.6"
- &pinafore_version "0.6"
- &author
author: Ashley Yakeley
copyright: (c) 2017-2024 Ashley Yakeley
license: GPL-2.0-only
license-file: LICENSE
maintainer: <[email protected]>
- &language
language: GHC2021
default-extensions:
- AllowAmbiguousTypes
- Arrows
- DataKinds
- DefaultSignatures
- DerivingStrategies
- FunctionalDependencies
- ImplicitParams
- NoImplicitPrelude
- LambdaCase
- OverloadedLabels
- OverloadedStrings
- PartialTypeSignatures
- PatternSynonyms
- QuantifiedConstraints
- RecordWildCards
- RecursiveDo
- RoleAnnotations
- NoStarIsType
- TemplateHaskell
- TypeAbstractions
- TypeFamilies
- TypeFamilyDependencies
- UndecidableInstances
- UndecidableSuperClasses
- ViewPatterns
ghc-options:
- -Weverything
- -Wno-missing-import-lists
- -Wno-missing-export-lists
- -Wno-unsafe
- -Wno-missing-safe-haskell-mode
- -Wno-missing-kind-signatures
- -Wno-partial-type-signatures
- -Wno-missing-role-annotations
- -Wno-monomorphism-restriction
- -Wno-missing-local-signatures
- -Wno-partial-fields
- -Wno-all-missed-specialisations # non-breaking
- -Wno-missed-specialisations # non-breaking
- -Wno-unused-packages # will catch threadtrace