Skip to content

Commit 5925c1c

Browse files
committed
Use T.isInfixOf as equality check for doc string
Follows @fendor's suggestion to ignore some details in the doc string.
1 parent 9a1de4e commit 5925c1c

File tree

2 files changed

+127
-75
lines changed

2 files changed

+127
-75
lines changed

haskell-language-server.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -882,9 +882,9 @@ test-suite hls-signature-help-plugin-tests
882882
, hls-test-utils == 2.11.0.0
883883
, lens
884884
, lsp-types
885-
, regex-tdfa
886885
, text
887886
default-extensions:
887+
DerivingStrategies
888888
OverloadedStrings
889889

890890
-----------------------------

0 commit comments

Comments
 (0)