aboutsummaryrefslogtreecommitdiff
path: root/.hlint.yaml
diff options
context:
space:
mode:
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 ~^#^~