Skip to content

Commit 4cc406b

Browse files
committed
Stop haskell-src-exts failing to parse files when it wrongly demands FlexibleContexts/MultiParamTypeClasses.
1 parent ef8c4f1 commit 4cc406b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.stylish-haskell.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ steps:
2727
columns: 120
2828

2929
newline: native
30+
31+
language_extensions:
32+
- FlexibleContexts
33+
- MultiParamTypeClasses

0 commit comments

Comments
 (0)