File tree Expand file tree Collapse file tree 2 files changed +2
-120
lines changed Expand file tree Collapse file tree 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
22build-type : Simple
33category : Development
44name : ghcide
5- version : 1.4.2.1
5+ version : 1.4.2.0
66license : Apache-2.0
77license-file : LICENSE
88author : Digital Asset and Ghcide contributors
@@ -50,6 +50,7 @@ library
5050 dlist,
5151 -- we can't use >= 1.7.10 while we have to use hlint == 3.2.*
5252 extra >= 1.7.4 && < 1.7.10 ,
53+ fuzzy,
5354 filepath,
5455 fingertree,
5556 ghc-exactprint,
@@ -63,7 +64,6 @@ library
6364 hiedb == 0.4.1. *,
6465 lsp-types >= 1.3.0.1 && < 1.4 ,
6566 lsp == 1.2. *,
66- monoid-subclasses,
6767 mtl,
6868 network-uri,
6969 optparse-applicative,
@@ -208,8 +208,6 @@ library
208208 Development.IDE.Plugin.Completions.Logic
209209 Development.IDE.Session.VersionCheck
210210 Development.IDE.Types.Action
211- Text.Fuzzy
212-
213211 ghc-options : -Wall -Wno-name-shadowing -Wincomplete-uni-patterns -Wno-unticked-promoted-constructors
214212
215213 if flag(ghc-patched-unboxed-bytecode)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments