Skip to content

Commit f17707c

Browse files
committed
ban load functions from GHC driver
1 parent 6c7a840 commit f17707c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.hlint.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,16 @@
208208
- name: "GHC.Arr.!"
209209
within: []
210210

211+
# We do not want to use functions from the
212+
# GHC driver. Instead use hls rules to construct
213+
# an appropriate GHC session
214+
- name: "load"
215+
within: []
216+
- name: "load'"
217+
within: []
218+
- name: "loadWithCache"
219+
within: []
220+
211221
# Tracing functions
212222
# We ban an explicit list rather than the
213223
# Debug.Trace, because that module also

0 commit comments

Comments
 (0)