aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-30 16:04:09 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-30 16:04:09 -0800
commit0782d5882c8c04fbdffcb7026457b3cc79150692 (patch)
tree6fc301df72fd3c800096818c85621d51ad2e0299 /.hlint.yaml
parent419190213a7e6b07e2ac66f47d53e9f023af757d (diff)
downloadpandoc-0782d5882c8c04fbdffcb7026457b3cc79150692.tar.gz
Undo the "Use fromRight" hlint hint.
Diffstat (limited to '.hlint.yaml')
-rw-r--r--.hlint.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.hlint.yaml b/.hlint.yaml
index 09fd9baf7..6b74014d4 100644
--- a/.hlint.yaml
+++ b/.hlint.yaml
@@ -104,5 +104,9 @@
- Text.Pandoc.Readers.Markdown
- Text.Pandoc.Readers.RST
+# fromRight is only in base >= 4.10
+- ignore:
+ name: "Use fromRight"
+
# Define some custom infix operators
# - fixity: infixr 3 ~^#^~