File tree Expand file tree Collapse file tree 5 files changed +1246
-9
lines changed Expand file tree Collapse file tree 5 files changed +1246
-9
lines changed Original file line number Diff line number Diff line change 73
73
# Stack's code generally avoids the use of C preprocessor (CPP) directives.
74
74
- name : CPP
75
75
within :
76
+ - GHC.Utils.GhcPkg.Main.Compat
76
77
- Stack.BuildInfo
77
78
- Stack.Constants
78
79
# The following list provides an inventory of the small number of modules
90
91
name :
91
92
- CPP
92
93
- PackageImports
94
+ # GHC.Utils.GhcPkg.Main.Compat's code largely comes from the GHC repository.
95
+ - within : GHC.Utils.GhcPkg.Main.Compat
96
+ name :
97
+ - FlexibleInstances
98
+ - KindSignatures
99
+ - MultiParamTypeClasses
100
+ - ScopedTypeVariables
101
+ - TupleSections
93
102
94
103
# Not considered useful hints
95
104
- ignore :
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ dependencies:
82
82
- filepath
83
83
- fsnotify >= 0.4.1
84
84
- generic-deriving
85
+ - ghc-boot
85
86
- hi-file-parser >= 0.1.4.0
86
87
- hpack >= 0.35.3
87
88
- hpc
You can’t perform that action at this time.
0 commit comments