summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
Diffstat (limited to 'libraries')
-rw-r--r--libraries/base/.hlint.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/.hlint.yaml b/libraries/base/.hlint.yaml
index 670eb5f6fb..55cd9f3fa1 100644
--- a/libraries/base/.hlint.yaml
+++ b/libraries/base/.hlint.yaml
@@ -23,7 +23,7 @@
# lints that we otherwise want applied elsewhere. Such exceptions are listed
# below.
-- ignore: {name: Unused LANGUAGE pragma, within: [GHC.IO.Encoding.CodePage]}
+- ignore: {name: Unused LANGUAGE pragma, within: [GHC.IO.Encoding.CodePage, GHC.IO.Handle.Lock.Windows, GHC.Event.KQueue]}
- ignore: {name: Redundant do, within: [GHC.IO.Handle.Text.commitBuffer]}
- ignore: {name: Use fewer imports, within: [GHC.Windows]}
- ignore: {name: Use fewer imports, within: [GHC.Event.Control]}