Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 8afc5a6

Browse files
committed
Put upper limit on hlint pending segfault resolution
Gory details are at ndmitchell/hlint#637, as triggered by alanz@0d4496d
1 parent 719f065 commit 8afc5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-ide-engine.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ library
7474
, haskell-lsp-types == 0.13.*
7575
, haskell-src-exts
7676
, hie-plugin-api
77-
, hlint >= 2.0.11
77+
, hlint >= 2.0.11 && < 2.1.18
7878
, hoogle >= 5.0.13
7979
, hsimport
8080
, hslogger

0 commit comments

Comments
 (0)