File tree 2 files changed +2
-120
lines changed
2 files changed +2
-120
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cabal-version: 2.4
2
2
build-type : Simple
3
3
category : Development
4
4
name : ghcide
5
- version : 1.4.2.1
5
+ version : 1.4.2.0
6
6
license : Apache-2.0
7
7
license-file : LICENSE
8
8
author : Digital Asset and Ghcide contributors
@@ -50,6 +50,7 @@ library
50
50
dlist,
51
51
-- we can't use >= 1.7.10 while we have to use hlint == 3.2.*
52
52
extra >= 1.7.4 && < 1.7.10 ,
53
+ fuzzy,
53
54
filepath,
54
55
fingertree,
55
56
ghc-exactprint,
@@ -63,7 +64,6 @@ library
63
64
hiedb == 0.4.1. *,
64
65
lsp-types >= 1.3.0.1 && < 1.4 ,
65
66
lsp == 1.2. *,
66
- monoid-subclasses,
67
67
mtl,
68
68
network-uri,
69
69
optparse-applicative,
@@ -208,8 +208,6 @@ library
208
208
Development.IDE.Plugin.Completions.Logic
209
209
Development.IDE.Session.VersionCheck
210
210
Development.IDE.Types.Action
211
- Text.Fuzzy
212
-
213
211
ghc-options : -Wall -Wno-name-shadowing -Wincomplete-uni-patterns -Wno-unticked-promoted-constructors
214
212
215
213
if flag(ghc-patched-unboxed-bytecode)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments