File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,5 +23,5 @@ install:
23
23
24
24
script :
25
25
- stack --no-terminal test --only-dependencies
26
- - hlint '--ignore=Parse error' src # All parse errors should be caught during compilation, and HLint erroneously throws a parse error
27
- - hlint '--ignore=Parse error' app # when using constrained types alongside a record-syntax GADT declaration (bug in haskell-src-exts).
26
+ - ./ hlint '--ignore=Parse error' src # All parse errors should be caught during compilation, and HLint erroneously throws a parse error
27
+ - ./ hlint '--ignore=Parse error' app # when using constrained types alongside a record-syntax GADT declaration (bug in haskell-src-exts).
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ library
46
46
, filepath
47
47
, json
48
48
, megaparsec
49
- , dyre
50
49
, optparse-applicative
51
50
, language-python
52
51
, blaze-html
You can’t perform that action at this time.
0 commit comments