Skip to content

Commit

Permalink
Revert "Inline Text.Fuzzy to add INLINABLE pragmas" (haskell#2223)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
2 people authored and cdsmith committed Sep 21, 2021
1 parent 7e93fdc commit c0bba6c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 120 deletions.
4 changes: 1 addition & 3 deletions ghcide/ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ library
dlist,
-- we can't use >= 1.7.10 while we have to use hlint == 3.2.*
extra >= 1.7.4 && < 1.7.10,
fuzzy,
filepath,
fingertree,
ghc-exactprint,
Expand All @@ -63,7 +64,6 @@ library
hiedb == 0.4.1.*,
lsp-types >= 1.3.0.1 && < 1.4,
lsp == 1.2.*,
monoid-subclasses,
mtl,
network-uri,
optparse-applicative,
Expand Down Expand Up @@ -208,8 +208,6 @@ library
Development.IDE.Plugin.Completions.Logic
Development.IDE.Session.VersionCheck
Development.IDE.Types.Action
Text.Fuzzy

ghc-options: -Wall -Wno-name-shadowing -Wincomplete-uni-patterns -Wno-unticked-promoted-constructors

if flag(ghc-patched-unboxed-bytecode)
Expand Down
116 changes: 0 additions & 116 deletions ghcide/src/Text/Fuzzy.hs

This file was deleted.

2 changes: 1 addition & 1 deletion stack-8.6.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ extra-deps:
- Diff-0.4.0
- floskell-0.10.4
- fourmolu-0.3.0.0
- fuzzy-0.1.0.0
- fuzzy-0.1.0.1
- ghc-check-0.5.0.4
- ghc-events-0.13.0
- ghc-exactprint-0.6.4
Expand Down

0 comments on commit c0bba6c

Please sign in to comment.