Skip to content

Commit 1210f3c

Browse files
Add hlint rules
- Regularize qualifications
1 parent 43f505b commit 1210f3c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.hlint.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,9 @@
99
- "-fdefer-typed-holes"
1010
- "-Wno-typed-holes"
1111
within: []
12+
13+
- modules:
14+
- name: Data.ByteString
15+
as: BS
16+
- name: Data.ByteString.Lazy
17+
as: BSL

0 commit comments

Comments
 (0)