Skip to content

Commit f7f0df2

Browse files
committed
Use extra < 1.7.10
1 parent 621d8e8 commit f7f0df2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ghcide/ghcide.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ library
4848
dependent-map,
4949
dependent-sum,
5050
dlist,
51-
extra >= 1.7.4,
51+
-- we can't use >= 1.7.10 while we have to use hlint == 3.2.*
52+
extra >= 1.7.4 && < 1.7.10,
5253
fuzzy,
5354
filepath,
5455
fingertree,

0 commit comments

Comments
 (0)