Skip to content

Commit c0bba6c

Browse files
pepeiborramergify[bot]
authored andcommitted
Revert "Inline Text.Fuzzy to add INLINABLE pragmas" (haskell#2223)
* Revert "Inline Text.Fuzzy to add INLINABLE pragmas (haskell#2215)" This reverts commit 2869077. * do not revert ghcide version bump * Update version of fuzzy in stack.yaml Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 7e93fdc commit c0bba6c

File tree

3 files changed

+2
-120
lines changed

3 files changed

+2
-120
lines changed

Diff for: ghcide/ghcide.cabal

+1-3
Original file line numberDiff line numberDiff line change
@@ -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)

Diff for: ghcide/src/Text/Fuzzy.hs

-116
This file was deleted.

Diff for: stack-8.6.5.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ extra-deps:
4545
- Diff-0.4.0
4646
- floskell-0.10.4
4747
- fourmolu-0.3.0.0
48-
- fuzzy-0.1.0.0
48+
- fuzzy-0.1.0.1
4949
- ghc-check-0.5.0.4
5050
- ghc-events-0.13.0
5151
- ghc-exactprint-0.6.4

0 commit comments

Comments
 (0)