Skip to content

Commit b24627b

Browse files
committed
Fix travis
1 parent e3ecfb4 commit b24627b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ install:
2323

2424
script:
2525
- 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).

lichen.cabal

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ library
4646
, filepath
4747
, json
4848
, megaparsec
49-
, dyre
5049
, optparse-applicative
5150
, language-python
5251
, blaze-html

0 commit comments

Comments
 (0)