File tree 1 file changed +38
-1
lines changed
1 file changed +38
-1
lines changed Original file line number Diff line number Diff line change 50
50
51
51
- functions :
52
52
# Things that are unsafe in Haskell base library
53
- - {name: unsafeInterleaveIO, within: [Development.IDE.LSP.LanguageServer]}
53
+ - name : unsafePerformIO
54
+ within :
55
+ - Development.IDE.Core.Shake
56
+ - Development.IDE.GHC.Util
57
+ - Development.IDE.Graph.Internal.Database
58
+ - Development.IDE.Graph.Internal.Paths
59
+ - Development.IDE.Graph.Internal.Profile
60
+ - Ide.Types
61
+ - Test.Hls
62
+ - Test.Hls.Command
63
+ - Wingman.Debug
64
+ - Wingman.Types
65
+ - AutoTupleSpec
66
+ - name : unsafeInterleaveIO
67
+ within :
68
+ - Development.IDE.LSP.LanguageServer
54
69
- {name: unsafeDupablePerformIO, within: []}
55
70
- name : unsafeCoerce
56
71
within :
63
78
# Things that are a bit dangerous in the GHC API
64
79
- name : nameModule
65
80
within :
81
+ - Development.IDE.GHC.CoreFile
66
82
- Ide.Plugin.CallHierarchy.Internal
67
83
- Ide.Plugin.Rename
68
84
- Compat.HieBin
96
112
- IDE.Plugin.Eval.Util
97
113
- UnificationSpec
98
114
115
+ - name : Data.List.last
116
+ within :
117
+ - GenChangelogs
118
+ - Main
119
+
120
+ - name : Data.List.init
121
+ within : []
122
+
123
+ - name : Data.List.foldl1'
124
+ within : []
125
+
126
+ - name : Data.List.foldr1'
127
+ within : []
128
+
99
129
- name : " Data.List.!!"
100
130
within :
101
131
- Main
113
143
- Development.IDE.Plugin.CodeAction
114
144
- Development.IDE.Plugin.Completions.Logic
115
145
146
+ - name : Data.Foldable.foldl1
147
+ within : []
148
+
149
+ - name : Data.Foldable.foldr1
150
+ within :
151
+ - Wingman.Tactics
152
+
116
153
- name : Data.Maybe.fromJust
117
154
within :
118
155
- Experiments
You can’t perform that action at this time.
0 commit comments