Skip to content

Commit 2013356

Browse files
authored
Revert "Inline Text.Fuzzy to add INLINABLE pragmas (#2215)"
This reverts commit 2869077.
1 parent b6d1df2 commit 2013356

File tree

2 files changed

+2
-120
lines changed

2 files changed

+2
-120
lines changed

Diff for: ghcide/ghcide.cabal

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.4
22
build-type: Simple
33
category: Development
44
name: ghcide
5-
version: 1.4.2.1
5+
version: 1.4.2.0
66
license: Apache-2.0
77
license-file: LICENSE
88
author: 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)

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

-116
This file was deleted.

0 commit comments

Comments
 (0)